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 */
</item>
<item>
<widget class="QCheckBox" name="autoContinue">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
......@@ -621,6 +624,9 @@ margin-top: 1ex; /* leave space at the top for the title */
<property name="text">
<string/>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</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