Newer
Older
Michael Carpenter
committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SonarConfig</class>
<widget class="QWidget" name="SonarConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Michael Carpenter
committed
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string><h2>Sonar</h2></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>91</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../../qgroundcontrol.qrc">:/files/images/devices/AC-0004-11-2.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="enableCheckBox">
<property name="geometry">
<rect>
<x>140</x>
<y>60</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Enable</string>
</property>
</widget>
<widget class="QComboBox" name="sonarTypeComboBox">
<property name="geometry">
<rect>
<x>150</x>
<y>100</y>
<width>171</width>
<height>22</height>
</rect>
</property>
</widget>
Michael Carpenter
committed
</widget>
<resources>
<include location="../../../qgroundcontrol.qrc"/>
</resources>
Michael Carpenter
committed
<connections/>
</ui>