You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?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>1269</width> <height>787</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QTabWidget" name="tabWidget"> <property name="geometry"> <rect> <x>130</x> <y>50</y> <width>621</width> <height>381</height> </rect> </property> <property name="currentIndex"> <number>1</number> </property> <widget class="QWidget" name="main"> <attribute name="title"> <string>Tab 1</string> </attribute> <widget class="QPushButton" name="pushButton_2"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>91</width> <height>41</height> </rect> </property> <property name="text"> <string>PushButton</string> </property> </widget> </widget> <widget class="QWidget" name="reg"> <attribute name="title"> <string>Tab 2</string> </attribute> <widget class="QPushButton" name="pushButton_3"> <property name="geometry"> <rect> <x>360</x> <y>210</y> <width>131</width> <height>71</height> </rect> </property> <property name="text"> <string>PushButton</string> </property> </widget> </widget> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>30</x> <y>70</y> <width>91</width> <height>31</height> </rect> </property> <property name="text"> <string>PushButton</string> </property> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1269</width> <height>23</height> </rect> </property> <widget class="QMenu" name="menu123"> <property name="title"> <string>123</string> </property> </widget> <addaction name="menu123"/> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>
|