|
|
|
@ -32,6 +32,7 @@ Rectangle {
@@ -32,6 +32,7 @@ Rectangle {
|
|
|
|
|
property real _columnSpacing: ScreenTools.defaultFontPixelHeight * 0.25 |
|
|
|
|
property bool _uploadedSelected: false |
|
|
|
|
property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle |
|
|
|
|
property var _showMavlinkLog: QGroundControl.corePlugin.options.showMavlinkLogOptions |
|
|
|
|
|
|
|
|
|
QGCPalette { id: qgcPal } |
|
|
|
|
|
|
|
|
@ -249,6 +250,7 @@ Rectangle {
@@ -249,6 +250,7 @@ Rectangle {
|
|
|
|
|
height: mavlogLabel.height |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
QGCLabel { |
|
|
|
|
id: mavlogLabel |
|
|
|
|
text: qsTr("MAVLink 2.0 Logging (PX4 Firmware Only)") |
|
|
|
@ -261,6 +263,7 @@ Rectangle {
@@ -261,6 +263,7 @@ Rectangle {
|
|
|
|
|
color: qgcPal.windowShade |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
Column { |
|
|
|
|
id: mavlogColumn |
|
|
|
|
width: gcsColumn.width |
|
|
|
@ -309,6 +312,7 @@ Rectangle {
@@ -309,6 +312,7 @@ Rectangle {
|
|
|
|
|
height: logLabel.height |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
QGCLabel { |
|
|
|
|
id: logLabel |
|
|
|
|
text: qsTr("MAVLink 2.0 Log Uploads (PX4 Firmware Only)") |
|
|
|
@ -321,6 +325,7 @@ Rectangle {
@@ -321,6 +325,7 @@ Rectangle {
|
|
|
|
|
color: qgcPal.windowShade |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
Column { |
|
|
|
|
id: logColumn |
|
|
|
|
spacing: _columnSpacing |
|
|
|
@ -535,6 +540,7 @@ Rectangle {
@@ -535,6 +540,7 @@ Rectangle {
|
|
|
|
|
height: logFilesLabel.height |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
QGCLabel { |
|
|
|
|
id: logFilesLabel |
|
|
|
|
text: qsTr("Saved Log Files") |
|
|
|
@ -547,6 +553,7 @@ Rectangle {
@@ -547,6 +553,7 @@ Rectangle {
|
|
|
|
|
color: qgcPal.windowShade |
|
|
|
|
anchors.margins: ScreenTools.defaultFontPixelWidth |
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter |
|
|
|
|
visible: _showMavlinkLog |
|
|
|
|
Column { |
|
|
|
|
id: logFilesColumn |
|
|
|
|
spacing: _columnSpacing * 4 |
|
|
|
|