annotate tools/duic/tests/mainwindow.ui @ 56:d5a6b6269f44

duic is working now on the first testcase, if there are any issues with it please report
author eldar
date Mon, 18 May 2009 22:15:59 +0000
parents e78566595089
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
2 <ui version="4.0">
1
e78566595089 initial import
mandel
parents:
diff changeset
3 <class>MainWindow</class>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
4 <widget class="QMainWindow" name="MainWindow">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
5 <property name="geometry">
1
e78566595089 initial import
mandel
parents:
diff changeset
6 <rect>
e78566595089 initial import
mandel
parents:
diff changeset
7 <x>0</x>
e78566595089 initial import
mandel
parents:
diff changeset
8 <y>0</y>
e78566595089 initial import
mandel
parents:
diff changeset
9 <width>800</width>
e78566595089 initial import
mandel
parents:
diff changeset
10 <height>600</height>
e78566595089 initial import
mandel
parents:
diff changeset
11 </rect>
e78566595089 initial import
mandel
parents:
diff changeset
12 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
13 <property name="windowTitle">
1
e78566595089 initial import
mandel
parents:
diff changeset
14 <string>MainWindow</string>
e78566595089 initial import
mandel
parents:
diff changeset
15 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
16 <widget class="QWidget" name="centralwidget">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
17 <layout class="QVBoxLayout" name="verticalLayout_3">
1
e78566595089 initial import
mandel
parents:
diff changeset
18 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
19 <widget class="QWidget" name="widget" native="true">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
20 <layout class="QHBoxLayout" name="horizontalLayout_2">
1
e78566595089 initial import
mandel
parents:
diff changeset
21 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
22 <widget class="QFontComboBox" name="fontComboBox"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
23 </item>
e78566595089 initial import
mandel
parents:
diff changeset
24 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
25 <widget class="QDoubleSpinBox" name="doubleSpinBox"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
26 </item>
e78566595089 initial import
mandel
parents:
diff changeset
27 </layout>
e78566595089 initial import
mandel
parents:
diff changeset
28 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
29 </item>
e78566595089 initial import
mandel
parents:
diff changeset
30 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
31 <widget class="QFrame" name="frame">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
32 <property name="frameShape">
1
e78566595089 initial import
mandel
parents:
diff changeset
33 <enum>QFrame::StyledPanel</enum>
e78566595089 initial import
mandel
parents:
diff changeset
34 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
35 <property name="frameShadow">
1
e78566595089 initial import
mandel
parents:
diff changeset
36 <enum>QFrame::Raised</enum>
e78566595089 initial import
mandel
parents:
diff changeset
37 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
38 <layout class="QVBoxLayout" name="verticalLayout_2">
1
e78566595089 initial import
mandel
parents:
diff changeset
39 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
40 <widget class="QListView" name="listView"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
41 </item>
e78566595089 initial import
mandel
parents:
diff changeset
42 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
43 <widget class="QTreeView" name="treeView"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
44 </item>
e78566595089 initial import
mandel
parents:
diff changeset
45 </layout>
e78566595089 initial import
mandel
parents:
diff changeset
46 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
47 </item>
e78566595089 initial import
mandel
parents:
diff changeset
48 </layout>
e78566595089 initial import
mandel
parents:
diff changeset
49 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
50 <widget class="QMenuBar" name="menubar">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
51 <property name="geometry">
1
e78566595089 initial import
mandel
parents:
diff changeset
52 <rect>
e78566595089 initial import
mandel
parents:
diff changeset
53 <x>0</x>
e78566595089 initial import
mandel
parents:
diff changeset
54 <y>0</y>
e78566595089 initial import
mandel
parents:
diff changeset
55 <width>800</width>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
56 <height>24</height>
1
e78566595089 initial import
mandel
parents:
diff changeset
57 </rect>
e78566595089 initial import
mandel
parents:
diff changeset
58 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
59 <widget class="QMenu" name="menuFile">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
60 <property name="title">
1
e78566595089 initial import
mandel
parents:
diff changeset
61 <string>File</string>
e78566595089 initial import
mandel
parents:
diff changeset
62 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
63 <addaction name="actionOpen"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
64 <addaction name="actionClose"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
65 <addaction name="actionQuit"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
66 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
67 <widget class="QMenu" name="menuEdit">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
68 <property name="title">
1
e78566595089 initial import
mandel
parents:
diff changeset
69 <string>Edit</string>
e78566595089 initial import
mandel
parents:
diff changeset
70 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
71 <addaction name="actionCopy"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
72 <addaction name="actionPaste"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
73 <addaction name="actionCut"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
74 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
75 <addaction name="menuFile"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
76 <addaction name="menuEdit"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
77 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
78 <widget class="QStatusBar" name="statusbar"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
79 <widget class="QToolBar" name="toolBar">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
80 <property name="windowTitle">
1
e78566595089 initial import
mandel
parents:
diff changeset
81 <string>toolBar</string>
e78566595089 initial import
mandel
parents:
diff changeset
82 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
83 <attribute name="toolBarArea">
1
e78566595089 initial import
mandel
parents:
diff changeset
84 <enum>TopToolBarArea</enum>
e78566595089 initial import
mandel
parents:
diff changeset
85 </attribute>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
86 <attribute name="toolBarBreak">
1
e78566595089 initial import
mandel
parents:
diff changeset
87 <bool>false</bool>
e78566595089 initial import
mandel
parents:
diff changeset
88 </attribute>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
89 <addaction name="actionOpen"/>
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
90 <addaction name="actionQuit"/>
1
e78566595089 initial import
mandel
parents:
diff changeset
91 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
92 <widget class="QDockWidget" name="dockWidget">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
93 <attribute name="dockWidgetArea">
1
e78566595089 initial import
mandel
parents:
diff changeset
94 <number>2</number>
e78566595089 initial import
mandel
parents:
diff changeset
95 </attribute>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
96 <widget class="QWidget" name="dockWidgetContents">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
97 <layout class="QHBoxLayout" name="horizontalLayout">
1
e78566595089 initial import
mandel
parents:
diff changeset
98 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
99 <widget class="QGroupBox" name="groupBox">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
100 <property name="title">
1
e78566595089 initial import
mandel
parents:
diff changeset
101 <string>Some options</string>
e78566595089 initial import
mandel
parents:
diff changeset
102 </property>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
103 <layout class="QVBoxLayout" name="verticalLayout">
1
e78566595089 initial import
mandel
parents:
diff changeset
104 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
105 <widget class="QRadioButton" name="radioButton">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
106 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
107 <string>Option 1</string>
e78566595089 initial import
mandel
parents:
diff changeset
108 </property>
e78566595089 initial import
mandel
parents:
diff changeset
109 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
110 </item>
e78566595089 initial import
mandel
parents:
diff changeset
111 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
112 <widget class="QRadioButton" name="radioButton_2">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
113 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
114 <string>Option 2</string>
e78566595089 initial import
mandel
parents:
diff changeset
115 </property>
e78566595089 initial import
mandel
parents:
diff changeset
116 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
117 </item>
e78566595089 initial import
mandel
parents:
diff changeset
118 <item>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
119 <widget class="QRadioButton" name="radioButton_3">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
120 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
121 <string>Option 3</string>
e78566595089 initial import
mandel
parents:
diff changeset
122 </property>
e78566595089 initial import
mandel
parents:
diff changeset
123 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
124 </item>
e78566595089 initial import
mandel
parents:
diff changeset
125 </layout>
e78566595089 initial import
mandel
parents:
diff changeset
126 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
127 </item>
e78566595089 initial import
mandel
parents:
diff changeset
128 </layout>
e78566595089 initial import
mandel
parents:
diff changeset
129 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
130 </widget>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
131 <action name="actionOpen">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
132 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
133 <string>Open</string>
e78566595089 initial import
mandel
parents:
diff changeset
134 </property>
e78566595089 initial import
mandel
parents:
diff changeset
135 </action>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
136 <action name="actionClose">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
137 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
138 <string>Close</string>
e78566595089 initial import
mandel
parents:
diff changeset
139 </property>
e78566595089 initial import
mandel
parents:
diff changeset
140 </action>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
141 <action name="actionQuit">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
142 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
143 <string>Quit</string>
e78566595089 initial import
mandel
parents:
diff changeset
144 </property>
e78566595089 initial import
mandel
parents:
diff changeset
145 </action>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
146 <action name="actionCopy">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
147 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
148 <string>Copy</string>
e78566595089 initial import
mandel
parents:
diff changeset
149 </property>
e78566595089 initial import
mandel
parents:
diff changeset
150 </action>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
151 <action name="actionPaste">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
152 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
153 <string>Paste</string>
e78566595089 initial import
mandel
parents:
diff changeset
154 </property>
e78566595089 initial import
mandel
parents:
diff changeset
155 </action>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
156 <action name="actionCut">
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
157 <property name="text">
1
e78566595089 initial import
mandel
parents:
diff changeset
158 <string>Cut</string>
e78566595089 initial import
mandel
parents:
diff changeset
159 </property>
e78566595089 initial import
mandel
parents:
diff changeset
160 </action>
e78566595089 initial import
mandel
parents:
diff changeset
161 </widget>
e78566595089 initial import
mandel
parents:
diff changeset
162 <resources/>
e78566595089 initial import
mandel
parents:
diff changeset
163 <connections>
e78566595089 initial import
mandel
parents:
diff changeset
164 <connection>
e78566595089 initial import
mandel
parents:
diff changeset
165 <sender>actionQuit</sender>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
166 <signal>triggered()</signal>
1
e78566595089 initial import
mandel
parents:
diff changeset
167 <receiver>MainWindow</receiver>
e78566595089 initial import
mandel
parents:
diff changeset
168 <slot>close()</slot>
e78566595089 initial import
mandel
parents:
diff changeset
169 <hints>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
170 <hint type="sourcelabel">
1
e78566595089 initial import
mandel
parents:
diff changeset
171 <x>-1</x>
e78566595089 initial import
mandel
parents:
diff changeset
172 <y>-1</y>
e78566595089 initial import
mandel
parents:
diff changeset
173 </hint>
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 1
diff changeset
174 <hint type="destinationlabel">
1
e78566595089 initial import
mandel
parents:
diff changeset
175 <x>399</x>
e78566595089 initial import
mandel
parents:
diff changeset
176 <y>299</y>
e78566595089 initial import
mandel
parents:
diff changeset
177 </hint>
e78566595089 initial import
mandel
parents:
diff changeset
178 </hints>
e78566595089 initial import
mandel
parents:
diff changeset
179 </connection>
e78566595089 initial import
mandel
parents:
diff changeset
180 </connections>
e78566595089 initial import
mandel
parents:
diff changeset
181 </ui>