Commit 2493d9ad authored by pixhawk's avatar pixhawk

Mission Plan: "autocontinue"-checkbox in view-tab is no longer interactive,...

Mission Plan: "autocontinue"-checkbox in view-tab is no longer interactive, because MAVLINK protocol does not support online "autocontinue" switching yet.
parent c434fd70
...@@ -606,6 +606,9 @@ margin-top: 1ex; /* leave space at the top for the title */ ...@@ -606,6 +606,9 @@ margin-top: 1ex; /* leave space at the top for the title */
</item> </item>
<item> <item>
<widget class="QCheckBox" name="autoContinue"> <widget class="QCheckBox" name="autoContinue">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
...@@ -621,6 +624,9 @@ margin-top: 1ex; /* leave space at the top for the title */ ...@@ -621,6 +624,9 @@ margin-top: 1ex; /* leave space at the top for the title */
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="checkable">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>
......
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