<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QGCUnconnectedInfoWidget</class> <widget class="QWidget" name="QGCUnconnectedInfoWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>174</width> <height>174</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout" rowstretch="0"> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>0</number> </property> <item row="0" column="0"> <widget class="QPushButton" name="connectButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>174</width> <height>174</height> </size> </property> <property name="sizeIncrement"> <size> <width>20</width> <height>20</height> </size> </property> <property name="baseSize"> <size> <width>150</width> <height>150</height> </size> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../../../qgroundcontrol.qrc"> <normaloff>:/files/images/actions/qgroundcontrol-connect.svg</normaloff>:/files/images/actions/qgroundcontrol-connect.svg</iconset> </property> <property name="iconSize"> <size> <width>140</width> <height>140</height> </size> </property> </widget> </item> </layout> </widget> <resources> <include location="../../../qgroundcontrol.qrc"/> </resources> <connections/> </ui>