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