<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <property name="windowIcon"> <iconset resource="qml.qrc"> <normaloff>:/qtquickcontrols2.conf</normaloff>:/qtquickcontrols2.conf</iconset> </property> <widget class="QWidget" name="centralwidget"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QStackedWidget" name="stackedWidget"/> </item> </layout> </widget> <widget class="QStatusBar" name="statusbar"/> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>22</height> </rect> </property> </widget> <action name="actioncontact"> <property name="text"> <string>contact</string> </property> </action> <action name="actionabout"> <property name="text"> <string>about</string> </property> </action> <action name="actionsettings"> <property name="text"> <string>new deploy</string> </property> </action> <action name="actionexit"> <property name="text"> <string>exit</string> </property> </action> </widget> <resources> <include location="qml.qrc"/> </resources> <connections> <connection> <sender>actionexit</sender> <signal>triggered()</signal> <receiver>MainWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>-1</x> <y>-1</y> </hint> <hint type="destinationlabel"> <x>399</x> <y>299</y> </hint> </hints> </connection> </connections> </ui>