|
|
@ -21,6 +21,10 @@ ColumnLayout { |
|
|
|
text: qsTr("Vehicle follows terrain") |
|
|
|
text: qsTr("Vehicle follows terrain") |
|
|
|
checked: missionItem.followTerrain |
|
|
|
checked: missionItem.followTerrain |
|
|
|
onClicked: missionItem.followTerrain = checked |
|
|
|
onClicked: missionItem.followTerrain = checked |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binding on checkedState { |
|
|
|
|
|
|
|
value: missionItem.followTerrain ? Qt.Checked : Qt.Unchecked |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
GridLayout { |
|
|
|
GridLayout { |
|
|
|