Sat, 24 Aug 2019 14:44:42 +0300
things
0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> | |
3 | <class>MainWindow</class> | |
4 | <widget class="QMainWindow" name="MainWindow"> | |
5 | <property name="geometry"> | |
6 | <rect> | |
7 | <x>0</x> | |
8 | <y>0</y> | |
9 | <width>800</width> | |
10 | <height>600</height> | |
11 | </rect> | |
12 | </property> | |
13 | <property name="windowTitle"> | |
14 | <string>MainWindow</string> | |
15 | </property> | |
16 | <widget class="QWidget" name="centralwidget"/> | |
17 | <widget class="QMenuBar" name="menubar"> | |
18 | <property name="geometry"> | |
19 | <rect> | |
20 | <x>0</x> | |
21 | <y>0</y> | |
22 | <width>800</width> | |
23 | <height>25</height> | |
24 | </rect> | |
25 | </property> | |
26 | <widget class="QMenu" name="menuFile"> | |
27 | <property name="title"> | |
28 | <string>File</string> | |
29 | </property> | |
30 | <addaction name="actionQuit"/> | |
31 | </widget> | |
32 | <addaction name="menuFile"/> | |
33 | </widget> | |
34 | <widget class="QStatusBar" name="statusbar"/> | |
35 | <action name="actionQuit"> | |
36 | <property name="text"> | |
37 | <string>Quit</string> | |
38 | </property> | |
39 | </action> | |
40 | </widget> | |
41 | <resources/> | |
42 | <connections/> | |
43 | </ui> |