<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AirspeedConfig</class> <widget class="QWidget" name="AirspeedConfig"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </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>Airspeed</h2></string> </property> <property name="scaledContents"> <bool>false</bool> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>20</x> <y>60</y> <width>71</width> <height>71</height> </rect> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../../../qgroundcontrol.qrc">:/files/images/devices/BR-0004-03-2.jpg</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QCheckBox" name="enableCheckBox"> <property name="geometry"> <rect> <x>110</x> <y>70</y> <width>70</width> <height>17</height> </rect> </property> <property name="text"> <string>Enable</string> </property> </widget> <widget class="QCheckBox" name="useAirspeedCheckBox"> <property name="geometry"> <rect> <x>110</x> <y>100</y> <width>91</width> <height>17</height> </rect> </property> <property name="text"> <string>Use Airspeed</string> </property> </widget> </widget> <resources> <include location="../../../qgroundcontrol.qrc"/> </resources> <connections/> </ui>