<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QGCWelcomeWidget</class> <widget class="QWidget" name="QGCWelcomeWidget"> <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> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>30</number> </property> <property name="rightMargin"> <number>30</number> </property> <item row="0" column="0"> <widget class="QToolButton" name="connectButton"> <property name="minimumSize"> <size> <width>100</width> <height>100</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QToolButton" name="logreplayButton"> <property name="minimumSize"> <size> <width>100</width> <height>100</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QToolButton" name="demoButton"> <property name="minimumSize"> <size> <width>100</width> <height>100</height> </size> </property> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>