Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui

changeset 3122
4bcf6c0f4432
parent 0
de9c2efb9d02
child 3124
a01e410893ac
equal deleted inserted replaced
3121:64d3815034d0 3122:4bcf6c0f4432
4 <widget class="QDialog" name="FileDialogWizardDialog"> 4 <widget class="QDialog" name="FileDialogWizardDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>557</width> 9 <width>578</width>
10 <height>479</height> 10 <height>620</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>QFileDialog Wizard</string> 14 <string>QFileDialog Wizard</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox"> 21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>PyQt Variant:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QComboBox" name="pyqtComboBox"/>
31 </item>
32 <item>
33 <spacer name="horizontalSpacer">
34 <property name="orientation">
35 <enum>Qt::Horizontal</enum>
36 </property>
37 <property name="sizeHint" stdset="0">
38 <size>
39 <width>40</width>
40 <height>20</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
45 </layout>
46 </item>
47 <item>
48 <widget class="QGroupBox" name="typeGroupBox">
22 <property name="title"> 49 <property name="title">
23 <string>Type</string> 50 <string>Type</string>
24 </property> 51 </property>
25 <layout class="QGridLayout" name="gridLayout"> 52 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0"> 53 <item row="0" column="0">
103 </widget> 130 </widget>
104 </item> 131 </item>
105 <item> 132 <item>
106 <widget class="QLabel" name="TextLabel1"> 133 <widget class="QLabel" name="TextLabel1">
107 <property name="text"> 134 <property name="text">
108 <string>Caption</string> 135 <string>Title</string>
109 </property> 136 </property>
110 </widget> 137 </widget>
111 </item> 138 </item>
112 <item> 139 <item>
113 <widget class="QLineEdit" name="eCaption"> 140 <widget class="QLineEdit" name="eCaption">
114 <property name="toolTip"> 141 <property name="toolTip">
115 <string>Enter the caption text</string> 142 <string>Enter the title text</string>
116 </property> 143 </property>
117 </widget> 144 </widget>
118 </item> 145 </item>
119 <item> 146 <item>
120 <widget class="QCheckBox" name="cSymlinks"> 147 <widget class="QCheckBox" name="cSymlinks">
128 <bool>true</bool> 155 <bool>true</bool>
129 </property> 156 </property>
130 </widget> 157 </widget>
131 </item> 158 </item>
132 <item> 159 <item>
160 <widget class="QGroupBox" name="parentGroup">
161 <property name="title">
162 <string>Parent</string>
163 </property>
164 <layout class="QGridLayout" name="gridLayout_3">
165 <item row="0" column="0">
166 <widget class="QRadioButton" name="parentSelf">
167 <property name="toolTip">
168 <string>Select &quot;self&quot; as parent</string>
169 </property>
170 <property name="text">
171 <string>self</string>
172 </property>
173 <property name="checked">
174 <bool>true</bool>
175 </property>
176 </widget>
177 </item>
178 <item row="0" column="1">
179 <widget class="QRadioButton" name="parentNone">
180 <property name="toolTip">
181 <string>Select &quot;None&quot; as parent</string>
182 </property>
183 <property name="text">
184 <string>None</string>
185 </property>
186 </widget>
187 </item>
188 <item row="1" column="0" colspan="2">
189 <layout class="QHBoxLayout" name="horizontalLayout_2">
190 <item>
191 <widget class="QRadioButton" name="parentOther">
192 <property name="toolTip">
193 <string>Select to enter a parent expression</string>
194 </property>
195 <property name="text">
196 <string>Expression:</string>
197 </property>
198 </widget>
199 </item>
200 <item>
201 <widget class="QLineEdit" name="parentEdit">
202 <property name="enabled">
203 <bool>false</bool>
204 </property>
205 <property name="toolTip">
206 <string>Enter the parent expression</string>
207 </property>
208 </widget>
209 </item>
210 </layout>
211 </item>
212 </layout>
213 </widget>
214 </item>
215 <item>
133 <widget class="QGroupBox" name="filePropertiesGroup"> 216 <widget class="QGroupBox" name="filePropertiesGroup">
134 <property name="title"> 217 <property name="title">
135 <string>File Dialog Properties</string> 218 <string>File Dialog Properties</string>
136 </property> 219 </property>
137 <layout class="QGridLayout"> 220 <layout class="QGridLayout" name="gridLayout_2">
221 <item row="0" column="0" colspan="2">
222 <widget class="QLabel" name="TextLabel3">
223 <property name="text">
224 <string>Start With / Working Directory</string>
225 </property>
226 </widget>
227 </item>
228 <item row="1" column="0">
229 <widget class="QLineEdit" name="eStartWith">
230 <property name="toolTip">
231 <string>Enter the working directory or a filename</string>
232 </property>
233 </widget>
234 </item>
235 <item row="1" column="1">
236 <widget class="QCheckBox" name="cStartWith">
237 <property name="toolTip">
238 <string>Check this if the contents of the edit names a variable or variable function</string>
239 </property>
240 <property name="text">
241 <string>Is Variable</string>
242 </property>
243 </widget>
244 </item>
245 <item row="2" column="0" colspan="2">
246 <widget class="QLabel" name="TextLabel2">
247 <property name="text">
248 <string>Filters</string>
249 </property>
250 </widget>
251 </item>
252 <item row="3" column="0">
253 <widget class="QLineEdit" name="eFilters">
254 <property name="toolTip">
255 <string>Enter the filter specifications separated by ';;'</string>
256 </property>
257 </widget>
258 </item>
138 <item row="3" column="1"> 259 <item row="3" column="1">
139 <widget class="QCheckBox" name="cFilters"> 260 <widget class="QCheckBox" name="cFilters">
140 <property name="toolTip"> 261 <property name="toolTip">
141 <string>Check this if the contents of the edit names a variable or variable function</string> 262 <string>Check this if the contents of the edit names a variable or variable function</string>
142 </property> 263 </property>
143 <property name="text"> 264 <property name="text">
144 <string>Is Variable</string> 265 <string>Is Variable</string>
145 </property> 266 </property>
146 </widget> 267 </widget>
147 </item> 268 </item>
148 <item row="3" column="0"> 269 <item row="4" column="0" colspan="2">
149 <widget class="QLineEdit" name="eFilters"> 270 <widget class="QLabel" name="lInitialFilter">
150 <property name="toolTip"> 271 <property name="text">
151 <string>Enter the filter specifications separated by ';;'</string> 272 <string>Initial Filter</string>
152 </property> 273 </property>
153 </widget> 274 </widget>
154 </item> 275 </item>
155 <item row="1" column="1"> 276 <item row="5" column="0">
156 <widget class="QCheckBox" name="cStartWith"> 277 <widget class="QLineEdit" name="eInitialFilter">
278 <property name="toolTip">
279 <string>Enter the initial filter</string>
280 </property>
281 </widget>
282 </item>
283 <item row="5" column="1">
284 <widget class="QCheckBox" name="cInitialFilter">
157 <property name="toolTip"> 285 <property name="toolTip">
158 <string>Check this if the contents of the edit names a variable or variable function</string> 286 <string>Check this if the contents of the edit names a variable or variable function</string>
159 </property> 287 </property>
160 <property name="text"> 288 <property name="text">
161 <string>Is Variable</string> 289 <string>Is Variable</string>
162 </property> 290 </property>
163 </widget> 291 </widget>
164 </item> 292 </item>
165 <item row="1" column="0"> 293 <item row="6" column="0" colspan="2">
166 <widget class="QLineEdit" name="eStartWith">
167 <property name="toolTip">
168 <string>Enter the working directory or a filename</string>
169 </property>
170 </widget>
171 </item>
172 <item row="2" column="0" colspan="2">
173 <widget class="QLabel" name="TextLabel2">
174 <property name="text">
175 <string>Filters</string>
176 </property>
177 </widget>
178 </item>
179 <item row="4" column="0" colspan="2">
180 <widget class="QCheckBox" name="cConfirmOverwrite"> 294 <widget class="QCheckBox" name="cConfirmOverwrite">
181 <property name="enabled"> 295 <property name="enabled">
182 <bool>false</bool> 296 <bool>false</bool>
183 </property> 297 </property>
184 <property name="toolTip"> 298 <property name="toolTip">
185 <string>Select to show an overwrite confirmation dialog</string> 299 <string>Select to show an overwrite confirmation dialog</string>
186 </property> 300 </property>
187 <property name="text"> 301 <property name="text">
188 <string>Show overwrite confirmation</string> 302 <string>Show overwrite confirmation</string>
189 </property>
190 </widget>
191 </item>
192 <item row="0" column="0" colspan="2">
193 <widget class="QLabel" name="TextLabel3">
194 <property name="text">
195 <string>Start With / Working Directory</string>
196 </property> 303 </property>
197 </widget> 304 </widget>
198 </item> 305 </item>
199 </layout> 306 </layout>
200 </widget> 307 </widget>
261 </layout> 368 </layout>
262 </widget> 369 </widget>
263 <layoutdefault spacing="6" margin="11"/> 370 <layoutdefault spacing="6" margin="11"/>
264 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 371 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
265 <tabstops> 372 <tabstops>
373 <tabstop>pyqtComboBox</tabstop>
266 <tabstop>rOpenFile</tabstop> 374 <tabstop>rOpenFile</tabstop>
375 <tabstop>rOpenFiles</tabstop>
376 <tabstop>rSaveFile</tabstop>
377 <tabstop>rDirectory</tabstop>
267 <tabstop>rfOpenFile</tabstop> 378 <tabstop>rfOpenFile</tabstop>
268 <tabstop>rOpenFiles</tabstop>
269 <tabstop>rfOpenFiles</tabstop> 379 <tabstop>rfOpenFiles</tabstop>
270 <tabstop>rSaveFile</tabstop>
271 <tabstop>rfSaveFile</tabstop> 380 <tabstop>rfSaveFile</tabstop>
272 <tabstop>rDirectory</tabstop>
273 <tabstop>eCaption</tabstop> 381 <tabstop>eCaption</tabstop>
274 <tabstop>cSymlinks</tabstop> 382 <tabstop>cSymlinks</tabstop>
383 <tabstop>parentSelf</tabstop>
384 <tabstop>parentNone</tabstop>
385 <tabstop>parentOther</tabstop>
386 <tabstop>parentEdit</tabstop>
275 <tabstop>eStartWith</tabstop> 387 <tabstop>eStartWith</tabstop>
276 <tabstop>cStartWith</tabstop> 388 <tabstop>cStartWith</tabstop>
277 <tabstop>eFilters</tabstop> 389 <tabstop>eFilters</tabstop>
278 <tabstop>cFilters</tabstop> 390 <tabstop>cFilters</tabstop>
391 <tabstop>eInitialFilter</tabstop>
392 <tabstop>cInitialFilter</tabstop>
279 <tabstop>cConfirmOverwrite</tabstop> 393 <tabstop>cConfirmOverwrite</tabstop>
280 <tabstop>eWorkDir</tabstop> 394 <tabstop>eWorkDir</tabstop>
281 <tabstop>cWorkDir</tabstop> 395 <tabstop>cWorkDir</tabstop>
282 <tabstop>cDirOnly</tabstop> 396 <tabstop>cDirOnly</tabstop>
283 <tabstop>buttonBox</tabstop> 397 <tabstop>buttonBox</tabstop>
289 <signal>accepted()</signal> 403 <signal>accepted()</signal>
290 <receiver>FileDialogWizardDialog</receiver> 404 <receiver>FileDialogWizardDialog</receiver>
291 <slot>accept()</slot> 405 <slot>accept()</slot>
292 <hints> 406 <hints>
293 <hint type="sourcelabel"> 407 <hint type="sourcelabel">
294 <x>25</x> 408 <x>29</x>
295 <y>464</y> 409 <y>615</y>
296 </hint> 410 </hint>
297 <hint type="destinationlabel"> 411 <hint type="destinationlabel">
298 <x>24</x> 412 <x>24</x>
299 <y>488</y> 413 <y>488</y>
300 </hint> 414 </hint>
305 <signal>rejected()</signal> 419 <signal>rejected()</signal>
306 <receiver>FileDialogWizardDialog</receiver> 420 <receiver>FileDialogWizardDialog</receiver>
307 <slot>reject()</slot> 421 <slot>reject()</slot>
308 <hints> 422 <hints>
309 <hint type="sourcelabel"> 423 <hint type="sourcelabel">
310 <x>124</x> 424 <x>128</x>
311 <y>470</y> 425 <y>615</y>
312 </hint> 426 </hint>
313 <hint type="destinationlabel"> 427 <hint type="destinationlabel">
314 <x>124</x> 428 <x>124</x>
315 <y>485</y> 429 <y>485</y>
430 </hint>
431 </hints>
432 </connection>
433 <connection>
434 <sender>parentOther</sender>
435 <signal>toggled(bool)</signal>
436 <receiver>parentEdit</receiver>
437 <slot>setEnabled(bool)</slot>
438 <hints>
439 <hint type="sourcelabel">
440 <x>70</x>
441 <y>260</y>
442 </hint>
443 <hint type="destinationlabel">
444 <x>141</x>
445 <y>260</y>
316 </hint> 446 </hint>
317 </hints> 447 </hints>
318 </connection> 448 </connection>
319 </connections> 449 </connections>
320 </ui> 450 </ui>

eric ide

mercurial