|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FileDialogWizardDialog</class> |
|
4 <widget class="QDialog" name="FileDialogWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>557</width> |
|
10 <height>479</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>QFileDialog Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Type</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QRadioButton" name="rOpenFile"> |
|
28 <property name="toolTip"> |
|
29 <string>Select to create an 'Open File' dialog</string> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string>Open File</string> |
|
33 </property> |
|
34 <property name="checked"> |
|
35 <bool>true</bool> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item row="0" column="1"> |
|
40 <widget class="QRadioButton" name="rOpenFiles"> |
|
41 <property name="toolTip"> |
|
42 <string>Select to create an 'Open Files' dialog</string> |
|
43 </property> |
|
44 <property name="text"> |
|
45 <string>Open Files</string> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item row="0" column="2"> |
|
50 <widget class="QRadioButton" name="rSaveFile"> |
|
51 <property name="toolTip"> |
|
52 <string>Select to create a 'Save File' dialog</string> |
|
53 </property> |
|
54 <property name="text"> |
|
55 <string>Save File</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="0" column="3"> |
|
60 <widget class="QRadioButton" name="rDirectory"> |
|
61 <property name="toolTip"> |
|
62 <string>Select to create a 'Select Directory' dialog</string> |
|
63 </property> |
|
64 <property name="text"> |
|
65 <string>Select Directory</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="1" column="0"> |
|
70 <widget class="QRadioButton" name="rfOpenFile"> |
|
71 <property name="toolTip"> |
|
72 <string>Select to create an 'Open File' dialog capturing the selected filter</string> |
|
73 </property> |
|
74 <property name="text"> |
|
75 <string>Open File and Filter</string> |
|
76 </property> |
|
77 <property name="checked"> |
|
78 <bool>false</bool> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="1" column="1"> |
|
83 <widget class="QRadioButton" name="rfOpenFiles"> |
|
84 <property name="toolTip"> |
|
85 <string>Select to create an 'Open Files' dialog capturing the selected filter</string> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string>Open Files and Filter</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="1" column="2"> |
|
93 <widget class="QRadioButton" name="rfSaveFile"> |
|
94 <property name="toolTip"> |
|
95 <string>Select to create a 'Save File' dialog capturing the selected filter</string> |
|
96 </property> |
|
97 <property name="text"> |
|
98 <string>Save File and Filter</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 </layout> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <widget class="QLabel" name="TextLabel1"> |
|
107 <property name="text"> |
|
108 <string>Caption</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item> |
|
113 <widget class="QLineEdit" name="eCaption"> |
|
114 <property name="toolTip"> |
|
115 <string>Enter the caption text</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="QCheckBox" name="cSymlinks"> |
|
121 <property name="toolTip"> |
|
122 <string>Check to resolve symbolic links</string> |
|
123 </property> |
|
124 <property name="text"> |
|
125 <string>Resolve Symlinks</string> |
|
126 </property> |
|
127 <property name="checked"> |
|
128 <bool>true</bool> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 <item> |
|
133 <widget class="QGroupBox" name="filePropertiesGroup"> |
|
134 <property name="title"> |
|
135 <string>File Dialog Properties</string> |
|
136 </property> |
|
137 <layout class="QGridLayout"> |
|
138 <item row="3" column="1"> |
|
139 <widget class="QCheckBox" name="cFilters"> |
|
140 <property name="toolTip"> |
|
141 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
142 </property> |
|
143 <property name="text"> |
|
144 <string>Is Variable</string> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item row="3" column="0"> |
|
149 <widget class="QLineEdit" name="eFilters"> |
|
150 <property name="toolTip"> |
|
151 <string>Enter the filter specifications separated by ';;'</string> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 <item row="1" column="1"> |
|
156 <widget class="QCheckBox" name="cStartWith"> |
|
157 <property name="toolTip"> |
|
158 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
159 </property> |
|
160 <property name="text"> |
|
161 <string>Is Variable</string> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item row="1" column="0"> |
|
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"> |
|
181 <property name="enabled"> |
|
182 <bool>false</bool> |
|
183 </property> |
|
184 <property name="toolTip"> |
|
185 <string>Select to show an overwrite confirmation dialog</string> |
|
186 </property> |
|
187 <property name="text"> |
|
188 <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> |
|
197 </widget> |
|
198 </item> |
|
199 </layout> |
|
200 </widget> |
|
201 </item> |
|
202 <item> |
|
203 <widget class="QGroupBox" name="dirPropertiesGroup"> |
|
204 <property name="enabled"> |
|
205 <bool>false</bool> |
|
206 </property> |
|
207 <property name="title"> |
|
208 <string>Directory Dialog Properties</string> |
|
209 </property> |
|
210 <layout class="QGridLayout"> |
|
211 <item row="1" column="0"> |
|
212 <widget class="QLineEdit" name="eWorkDir"> |
|
213 <property name="toolTip"> |
|
214 <string>Enter the working directory</string> |
|
215 </property> |
|
216 </widget> |
|
217 </item> |
|
218 <item row="0" column="0" colspan="2"> |
|
219 <widget class="QLabel" name="TextLabel4"> |
|
220 <property name="text"> |
|
221 <string>Working Directory</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 <item row="1" column="1"> |
|
226 <widget class="QCheckBox" name="cWorkDir"> |
|
227 <property name="toolTip"> |
|
228 <string>Check this if the contents of the edit names a variable or variable function</string> |
|
229 </property> |
|
230 <property name="text"> |
|
231 <string>Is Variable</string> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 <item row="2" column="0" colspan="2"> |
|
236 <widget class="QCheckBox" name="cDirOnly"> |
|
237 <property name="toolTip"> |
|
238 <string>Check to display directories only</string> |
|
239 </property> |
|
240 <property name="text"> |
|
241 <string>Show Directories Only</string> |
|
242 </property> |
|
243 <property name="checked"> |
|
244 <bool>true</bool> |
|
245 </property> |
|
246 </widget> |
|
247 </item> |
|
248 </layout> |
|
249 </widget> |
|
250 </item> |
|
251 <item> |
|
252 <widget class="QDialogButtonBox" name="buttonBox"> |
|
253 <property name="orientation"> |
|
254 <enum>Qt::Horizontal</enum> |
|
255 </property> |
|
256 <property name="standardButtons"> |
|
257 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
258 </property> |
|
259 </widget> |
|
260 </item> |
|
261 </layout> |
|
262 </widget> |
|
263 <layoutdefault spacing="6" margin="11"/> |
|
264 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
265 <tabstops> |
|
266 <tabstop>rOpenFile</tabstop> |
|
267 <tabstop>rfOpenFile</tabstop> |
|
268 <tabstop>rOpenFiles</tabstop> |
|
269 <tabstop>rfOpenFiles</tabstop> |
|
270 <tabstop>rSaveFile</tabstop> |
|
271 <tabstop>rfSaveFile</tabstop> |
|
272 <tabstop>rDirectory</tabstop> |
|
273 <tabstop>eCaption</tabstop> |
|
274 <tabstop>cSymlinks</tabstop> |
|
275 <tabstop>eStartWith</tabstop> |
|
276 <tabstop>cStartWith</tabstop> |
|
277 <tabstop>eFilters</tabstop> |
|
278 <tabstop>cFilters</tabstop> |
|
279 <tabstop>cConfirmOverwrite</tabstop> |
|
280 <tabstop>eWorkDir</tabstop> |
|
281 <tabstop>cWorkDir</tabstop> |
|
282 <tabstop>cDirOnly</tabstop> |
|
283 <tabstop>buttonBox</tabstop> |
|
284 </tabstops> |
|
285 <resources/> |
|
286 <connections> |
|
287 <connection> |
|
288 <sender>buttonBox</sender> |
|
289 <signal>accepted()</signal> |
|
290 <receiver>FileDialogWizardDialog</receiver> |
|
291 <slot>accept()</slot> |
|
292 <hints> |
|
293 <hint type="sourcelabel"> |
|
294 <x>25</x> |
|
295 <y>464</y> |
|
296 </hint> |
|
297 <hint type="destinationlabel"> |
|
298 <x>24</x> |
|
299 <y>488</y> |
|
300 </hint> |
|
301 </hints> |
|
302 </connection> |
|
303 <connection> |
|
304 <sender>buttonBox</sender> |
|
305 <signal>rejected()</signal> |
|
306 <receiver>FileDialogWizardDialog</receiver> |
|
307 <slot>reject()</slot> |
|
308 <hints> |
|
309 <hint type="sourcelabel"> |
|
310 <x>124</x> |
|
311 <y>470</y> |
|
312 </hint> |
|
313 <hint type="destinationlabel"> |
|
314 <x>124</x> |
|
315 <y>485</y> |
|
316 </hint> |
|
317 </hints> |
|
318 </connection> |
|
319 </connections> |
|
320 </ui> |