|
1 <ui version="4.0" > |
|
2 <author></author> |
|
3 <comment></comment> |
|
4 <exportmacro></exportmacro> |
|
5 <class>MainWindow</class> |
|
6 <widget class="QMainWindow" name="MainWindow" > |
|
7 <property name="geometry" > |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>497</width> |
|
12 <height>347</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="windowTitle" > |
|
16 <string>MainWindow</string> |
|
17 </property> |
|
18 <widget class="QWidget" name="centralWidget" > |
|
19 <layout class="QVBoxLayout" > |
|
20 <property name="margin" > |
|
21 <number>9</number> |
|
22 </property> |
|
23 <property name="spacing" > |
|
24 <number>6</number> |
|
25 </property> |
|
26 </layout> |
|
27 </widget> |
|
28 <widget class="QMenuBar" name="menuBar" > |
|
29 <property name="geometry" > |
|
30 <rect> |
|
31 <x>0</x> |
|
32 <y>0</y> |
|
33 <width>497</width> |
|
34 <height>29</height> |
|
35 </rect> |
|
36 </property> |
|
37 <widget class="QMenu" name="menu_Badger" > |
|
38 <property name="title" > |
|
39 <string>&Badger</string> |
|
40 </property> |
|
41 </widget> |
|
42 <widget class="QMenu" name="menu_Hippo" > |
|
43 <property name="tearOffEnabled" > |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 <property name="title" > |
|
47 <string>&Hippo</string> |
|
48 </property> |
|
49 </widget> |
|
50 <widget class="QMenu" name="menu_File" > |
|
51 <property name="title" > |
|
52 <string>&File...</string> |
|
53 </property> |
|
54 </widget> |
|
55 <addaction name="menu_File" /> |
|
56 </widget> |
|
57 <widget class="QToolBar" name="mainToolBar" > |
|
58 <property name="orientation" > |
|
59 <enum>Qt::Horizontal</enum> |
|
60 </property> |
|
61 <attribute name="toolBarArea" > |
|
62 <number>4</number> |
|
63 </attribute> |
|
64 <addaction name="action_Open" /> |
|
65 </widget> |
|
66 <widget class="QStatusBar" name="statusBar" > |
|
67 <property name="geometry" > |
|
68 <rect> |
|
69 <x>0</x> |
|
70 <y>325</y> |
|
71 <width>497</width> |
|
72 <height>22</height> |
|
73 </rect> |
|
74 </property> |
|
75 </widget> |
|
76 <action name="action_Open" > |
|
77 <property name="icon" > |
|
78 <iconset>../../../examples/mainwindows/application/images/open.png</iconset> |
|
79 </property> |
|
80 <property name="text" > |
|
81 <string>&Open...</string> |
|
82 </property> |
|
83 </action> |
|
84 </widget> |
|
85 <pixmapfunction></pixmapfunction> |
|
86 <resources/> |
|
87 <connections/> |
|
88 </ui> |