|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IdlCompilerOptionsDialog</class> |
|
4 <widget class="QDialog" name="IdlCompilerOptionsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>450</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>IDL Compiler Options</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="includeDirectoriesGroup"> |
|
22 <property name="title"> |
|
23 <string>Include Directories (absolute or project relative)</string> |
|
24 </property> |
|
25 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
26 <item> |
|
27 <widget class="QListWidget" name="idList"> |
|
28 <property name="alternatingRowColors"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 <property name="sortingEnabled"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <layout class="QVBoxLayout" name="verticalLayout"> |
|
38 <item> |
|
39 <widget class="QToolButton" name="idAddButton"> |
|
40 <property name="toolTip"> |
|
41 <string>Add an include directory</string> |
|
42 </property> |
|
43 <property name="text"> |
|
44 <string notr="true"/> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QToolButton" name="idDeleteButton"> |
|
50 <property name="toolTip"> |
|
51 <string>Delete an include directory</string> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string notr="true"/> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QToolButton" name="idEditButton"> |
|
60 <property name="toolTip"> |
|
61 <string>Edit an include directory</string> |
|
62 </property> |
|
63 <property name="text"> |
|
64 <string notr="true"/> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <spacer name="verticalSpacer"> |
|
70 <property name="orientation"> |
|
71 <enum>Qt::Vertical</enum> |
|
72 </property> |
|
73 <property name="sizeHint" stdset="0"> |
|
74 <size> |
|
75 <width>20</width> |
|
76 <height>40</height> |
|
77 </size> |
|
78 </property> |
|
79 </spacer> |
|
80 </item> |
|
81 </layout> |
|
82 </item> |
|
83 </layout> |
|
84 </widget> |
|
85 </item> |
|
86 <item> |
|
87 <widget class="QGroupBox" name="groupBox"> |
|
88 <property name="title"> |
|
89 <string>Define Names</string> |
|
90 </property> |
|
91 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
92 <item> |
|
93 <widget class="QTreeWidget" name="dnList"> |
|
94 <property name="alternatingRowColors"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 <property name="rootIsDecorated"> |
|
98 <bool>false</bool> |
|
99 </property> |
|
100 <property name="itemsExpandable"> |
|
101 <bool>false</bool> |
|
102 </property> |
|
103 <property name="sortingEnabled"> |
|
104 <bool>false</bool> |
|
105 </property> |
|
106 <property name="allColumnsShowFocus"> |
|
107 <bool>true</bool> |
|
108 </property> |
|
109 <attribute name="headerDefaultSectionSize"> |
|
110 <number>150</number> |
|
111 </attribute> |
|
112 <attribute name="headerShowSortIndicator" stdset="0"> |
|
113 <bool>false</bool> |
|
114 </attribute> |
|
115 <column> |
|
116 <property name="text"> |
|
117 <string>Name</string> |
|
118 </property> |
|
119 </column> |
|
120 <column> |
|
121 <property name="text"> |
|
122 <string>Value</string> |
|
123 </property> |
|
124 </column> |
|
125 <column> |
|
126 <property name="text"> |
|
127 <string/> |
|
128 </property> |
|
129 </column> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
134 <item> |
|
135 <widget class="QToolButton" name="dnAddButton"> |
|
136 <property name="toolTip"> |
|
137 <string>Add a name entry</string> |
|
138 </property> |
|
139 <property name="text"> |
|
140 <string notr="true"/> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item> |
|
145 <widget class="QToolButton" name="dnDeleteButton"> |
|
146 <property name="toolTip"> |
|
147 <string>Delete a name entry</string> |
|
148 </property> |
|
149 <property name="text"> |
|
150 <string notr="true"/> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QToolButton" name="dnEditButton"> |
|
156 <property name="toolTip"> |
|
157 <string>Edit a name entry</string> |
|
158 </property> |
|
159 <property name="text"> |
|
160 <string notr="true"/> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item> |
|
165 <spacer name="verticalSpacer_2"> |
|
166 <property name="orientation"> |
|
167 <enum>Qt::Vertical</enum> |
|
168 </property> |
|
169 <property name="sizeHint" stdset="0"> |
|
170 <size> |
|
171 <width>20</width> |
|
172 <height>40</height> |
|
173 </size> |
|
174 </property> |
|
175 </spacer> |
|
176 </item> |
|
177 </layout> |
|
178 </item> |
|
179 </layout> |
|
180 </widget> |
|
181 </item> |
|
182 <item> |
|
183 <widget class="QGroupBox" name="groupBox_2"> |
|
184 <property name="title"> |
|
185 <string>Undefine Names</string> |
|
186 </property> |
|
187 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
188 <item> |
|
189 <widget class="QListWidget" name="unList"> |
|
190 <property name="alternatingRowColors"> |
|
191 <bool>true</bool> |
|
192 </property> |
|
193 <property name="sortingEnabled"> |
|
194 <bool>true</bool> |
|
195 </property> |
|
196 </widget> |
|
197 </item> |
|
198 <item> |
|
199 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
200 <item> |
|
201 <widget class="QToolButton" name="unAddButton"> |
|
202 <property name="toolTip"> |
|
203 <string>Add a name entry</string> |
|
204 </property> |
|
205 <property name="text"> |
|
206 <string notr="true"/> |
|
207 </property> |
|
208 </widget> |
|
209 </item> |
|
210 <item> |
|
211 <widget class="QToolButton" name="unDeleteButton"> |
|
212 <property name="toolTip"> |
|
213 <string>Delete a name entry</string> |
|
214 </property> |
|
215 <property name="text"> |
|
216 <string notr="true"/> |
|
217 </property> |
|
218 </widget> |
|
219 </item> |
|
220 <item> |
|
221 <widget class="QToolButton" name="unEditButton"> |
|
222 <property name="toolTip"> |
|
223 <string>Edit a name entry</string> |
|
224 </property> |
|
225 <property name="text"> |
|
226 <string notr="true"/> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 <item> |
|
231 <spacer name="verticalSpacer_3"> |
|
232 <property name="orientation"> |
|
233 <enum>Qt::Vertical</enum> |
|
234 </property> |
|
235 <property name="sizeHint" stdset="0"> |
|
236 <size> |
|
237 <width>20</width> |
|
238 <height>40</height> |
|
239 </size> |
|
240 </property> |
|
241 </spacer> |
|
242 </item> |
|
243 </layout> |
|
244 </item> |
|
245 </layout> |
|
246 </widget> |
|
247 </item> |
|
248 <item> |
|
249 <widget class="QDialogButtonBox" name="buttonBox"> |
|
250 <property name="orientation"> |
|
251 <enum>Qt::Horizontal</enum> |
|
252 </property> |
|
253 <property name="standardButtons"> |
|
254 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
255 </property> |
|
256 </widget> |
|
257 </item> |
|
258 </layout> |
|
259 </widget> |
|
260 <tabstops> |
|
261 <tabstop>idList</tabstop> |
|
262 <tabstop>idAddButton</tabstop> |
|
263 <tabstop>idDeleteButton</tabstop> |
|
264 <tabstop>idEditButton</tabstop> |
|
265 <tabstop>dnList</tabstop> |
|
266 <tabstop>dnAddButton</tabstop> |
|
267 <tabstop>dnDeleteButton</tabstop> |
|
268 <tabstop>dnEditButton</tabstop> |
|
269 <tabstop>unList</tabstop> |
|
270 <tabstop>unAddButton</tabstop> |
|
271 <tabstop>unDeleteButton</tabstop> |
|
272 <tabstop>unEditButton</tabstop> |
|
273 </tabstops> |
|
274 <resources/> |
|
275 <connections> |
|
276 <connection> |
|
277 <sender>buttonBox</sender> |
|
278 <signal>accepted()</signal> |
|
279 <receiver>IdlCompilerOptionsDialog</receiver> |
|
280 <slot>accept()</slot> |
|
281 <hints> |
|
282 <hint type="sourcelabel"> |
|
283 <x>248</x> |
|
284 <y>254</y> |
|
285 </hint> |
|
286 <hint type="destinationlabel"> |
|
287 <x>157</x> |
|
288 <y>274</y> |
|
289 </hint> |
|
290 </hints> |
|
291 </connection> |
|
292 <connection> |
|
293 <sender>buttonBox</sender> |
|
294 <signal>rejected()</signal> |
|
295 <receiver>IdlCompilerOptionsDialog</receiver> |
|
296 <slot>reject()</slot> |
|
297 <hints> |
|
298 <hint type="sourcelabel"> |
|
299 <x>316</x> |
|
300 <y>260</y> |
|
301 </hint> |
|
302 <hint type="destinationlabel"> |
|
303 <x>286</x> |
|
304 <y>274</y> |
|
305 </hint> |
|
306 </hints> |
|
307 </connection> |
|
308 </connections> |
|
309 </ui> |