Commit e067635d authored by Don Gagne's avatar Don Gagne

Fix duplicate widget names

This was causing a MOC compiler warnings. Also removed an unused
control.
parent 088634ff
......@@ -169,7 +169,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget1">
<property name="geometry">
<rect>
<x>0</x>
......@@ -181,19 +181,6 @@
<layout class="QGridLayout" name="gridLayout" rowstretch="0" columnstretch="0">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QPushButton" name="rcCopyTrimButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Copy the trim values from roll / pitch / yaw from manual flight to the autonomous flight modes.</string>
</property>
<property name="text">
<string>Copy Attitude Trims</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="rcCalStatus">
<property name="sizePolicy">
......@@ -333,7 +320,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget2">
<property name="geometry">
<rect>
<x>490</x>
......
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