|
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>29</height> |
|
24 </rect> |
|
25 </property> |
|
26 <widget class="QMenu" name="menu_File"> |
|
27 <property name="title"> |
|
28 <string>&File</string> |
|
29 </property> |
|
30 <addaction name="actionOpen"/> |
|
31 <addaction name="separator"/> |
|
32 <addaction name="actionExit"/> |
|
33 </widget> |
|
34 <widget class="QMenu" name="menuHelp"> |
|
35 <property name="title"> |
|
36 <string>&Help</string> |
|
37 </property> |
|
38 <addaction name="actionAboutQt"/> |
|
39 </widget> |
|
40 <addaction name="menu_File"/> |
|
41 <addaction name="menuHelp"/> |
|
42 </widget> |
|
43 <widget class="QStatusBar" name="statusbar"/> |
|
44 <action name="actionExit"> |
|
45 <property name="text"> |
|
46 <string>E&xit</string> |
|
47 </property> |
|
48 </action> |
|
49 <action name="actionOpen"> |
|
50 <property name="text"> |
|
51 <string>&Open</string> |
|
52 </property> |
|
53 </action> |
|
54 <action name="actionAboutQt"> |
|
55 <property name="text"> |
|
56 <string>About Qt</string> |
|
57 </property> |
|
58 </action> |
|
59 </widget> |
|
60 <resources/> |
|
61 <connections/> |
|
62 </ui> |