Commit 4a4ecf18 authored by Patrick José Pereira's avatar Patrick José Pereira

Survey: Move entry point to mobile

Move entry point in survey pattern to mobile
With wind rose, this feature don't make sense
Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 24bcb992
...@@ -463,9 +463,13 @@ Rectangle { ...@@ -463,9 +463,13 @@ Rectangle {
Layout.fillWidth: true Layout.fillWidth: true
} }
QGCLabel { text: qsTr("Entry") } QGCLabel {
text: qsTr("Entry")
visible: ScreenTools.isMobile
}
FactComboBox { FactComboBox {
fact: missionItem.gridEntryLocation fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile
indexModel: false indexModel: false
Layout.fillWidth: true Layout.fillWidth: true
} }
...@@ -574,9 +578,13 @@ Rectangle { ...@@ -574,9 +578,13 @@ Rectangle {
fact: missionItem.turnaroundDist fact: missionItem.turnaroundDist
Layout.fillWidth: true Layout.fillWidth: true
} }
QGCLabel { text: qsTr("Entry") } QGCLabel {
text: qsTr("Entry")
visible: ScreenTools.isMobile
}
FactComboBox { FactComboBox {
fact: missionItem.gridEntryLocation fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile
indexModel: false indexModel: false
Layout.fillWidth: true Layout.fillWidth: true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment