11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>MainWindow</string> |
14 <string>MainWindow</string> |
15 </property> |
15 </property> |
16 <widget class="QWidget" name="centralwidget"/> |
16 <widget class="QWidget" name="centralwidget"> |
|
17 <layout class="QVBoxLayout" name="verticalLayout"> |
|
18 <item> |
|
19 <widget class="QTabWidget" name="tabs"/> |
|
20 </item> |
|
21 </layout> |
|
22 </widget> |
17 <widget class="QMenuBar" name="menubar"> |
23 <widget class="QMenuBar" name="menubar"> |
18 <property name="geometry"> |
24 <property name="geometry"> |
19 <rect> |
25 <rect> |
20 <x>0</x> |
26 <x>0</x> |
21 <y>0</y> |
27 <y>0</y> |
25 </property> |
31 </property> |
26 <widget class="QMenu" name="menuFile"> |
32 <widget class="QMenu" name="menuFile"> |
27 <property name="title"> |
33 <property name="title"> |
28 <string>File</string> |
34 <string>File</string> |
29 </property> |
35 </property> |
|
36 <addaction name="actionNewFile"/> |
|
37 <addaction name="actionOpen"/> |
|
38 <addaction name="separator"/> |
30 <addaction name="actionQuit"/> |
39 <addaction name="actionQuit"/> |
31 </widget> |
40 </widget> |
32 <addaction name="menuFile"/> |
41 <addaction name="menuFile"/> |
33 </widget> |
42 </widget> |
34 <widget class="QStatusBar" name="statusbar"/> |
43 <widget class="QStatusBar" name="statusbar"/> |
35 <action name="actionQuit"> |
44 <action name="actionQuit"> |
36 <property name="text"> |
45 <property name="text"> |
37 <string>Quit</string> |
46 <string>Quit</string> |
38 </property> |
47 </property> |
39 </action> |
48 </action> |
|
49 <action name="actionOpen"> |
|
50 <property name="text"> |
|
51 <string>Open…</string> |
|
52 </property> |
|
53 <property name="shortcut"> |
|
54 <string>Ctrl+O</string> |
|
55 </property> |
|
56 </action> |
|
57 <action name="actionNewFile"> |
|
58 <property name="text"> |
|
59 <string>New File</string> |
|
60 </property> |
|
61 <property name="shortcut"> |
|
62 <string>Ctrl+N</string> |
|
63 </property> |
|
64 </action> |
40 </widget> |
65 </widget> |
41 <resources/> |
66 <resources/> |
42 <connections/> |
67 <connections/> |
43 </ui> |
68 </ui> |