|
|
@ -109,6 +109,8 @@ Rectangle { |
|
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
SectionHeader { |
|
|
|
id: missionEndHeader |
|
|
|
id: missionEndHeader |
|
|
|
|
|
|
|
anchors.left: parent.left |
|
|
|
|
|
|
|
anchors.right: parent.right |
|
|
|
text: qsTr("Mission End") |
|
|
|
text: qsTr("Mission End") |
|
|
|
checked: true |
|
|
|
checked: true |
|
|
|
} |
|
|
|
} |
|
|
@ -129,6 +131,8 @@ Rectangle { |
|
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
SectionHeader { |
|
|
|
id: vehicleInfoSectionHeader |
|
|
|
id: vehicleInfoSectionHeader |
|
|
|
|
|
|
|
anchors.left: parent.left |
|
|
|
|
|
|
|
anchors.right: parent.right |
|
|
|
text: qsTr("Vehicle Info") |
|
|
|
text: qsTr("Vehicle Info") |
|
|
|
visible: _offlineEditing && !_waypointsOnlyMode |
|
|
|
visible: _offlineEditing && !_waypointsOnlyMode |
|
|
|
checked: false |
|
|
|
checked: false |
|
|
@ -193,6 +197,8 @@ Rectangle { |
|
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
SectionHeader { |
|
|
|
id: plannedHomePositionSection |
|
|
|
id: plannedHomePositionSection |
|
|
|
|
|
|
|
anchors.left: parent.left |
|
|
|
|
|
|
|
anchors.right: parent.right |
|
|
|
text: qsTr("Planned Home Position") |
|
|
|
text: qsTr("Planned Home Position") |
|
|
|
visible: !_vehicleHasHomePosition |
|
|
|
visible: !_vehicleHasHomePosition |
|
|
|
checked: false |
|
|
|
checked: false |
|
|
|