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>755</width> |
|
10 <height>483</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Bellaciao</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralwidget"> |
|
17 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
18 <item> |
|
19 <widget class="QTabWidget" name="tabWidget"> |
|
20 <property name="currentIndex"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <widget class="QWidget" name="tab"> |
|
24 <attribute name="title"> |
|
25 <string>Tab 1</string> |
|
26 </attribute> |
|
27 </widget> |
|
28 <widget class="QWidget" name="tab_2"> |
|
29 <attribute name="title"> |
|
30 <string>Tab 2</string> |
|
31 </attribute> |
|
32 </widget> |
|
33 </widget> |
|
34 </item> |
|
35 </layout> |
|
36 </widget> |
|
37 <widget class="QMenuBar" name="menubar"> |
|
38 <property name="geometry"> |
|
39 <rect> |
|
40 <x>0</x> |
|
41 <y>0</y> |
|
42 <width>755</width> |
|
43 <height>21</height> |
|
44 </rect> |
|
45 </property> |
|
46 <widget class="QMenu" name="menuGeneral"> |
|
47 <property name="title"> |
|
48 <string>General</string> |
|
49 </property> |
|
50 <addaction name="actionParameters"/> |
|
51 <addaction name="actionToggle_fullscreen"/> |
|
52 <addaction name="separator"/> |
|
53 <addaction name="actionQuit"/> |
|
54 </widget> |
|
55 <addaction name="menuGeneral"/> |
|
56 </widget> |
|
57 <widget class="QStatusBar" name="statusbar"/> |
|
58 <action name="actionParameters"> |
|
59 <property name="text"> |
|
60 <string>Parameters</string> |
|
61 </property> |
|
62 </action> |
|
63 <action name="actionOpen"> |
|
64 <property name="text"> |
|
65 <string>open</string> |
|
66 </property> |
|
67 </action> |
|
68 <action name="actionQuit"> |
|
69 <property name="text"> |
|
70 <string>Quit</string> |
|
71 </property> |
|
72 </action> |
|
73 <action name="actionToggle_fullscreen"> |
|
74 <property name="text"> |
|
75 <string>Toggle &fullscreen</string> |
|
76 </property> |
|
77 </action> |
|
78 </widget> |
|
79 <resources/> |
|
80 <connections/> |
|
81 </ui> |