|
a/src/qtgui/advsearch.ui |
|
b/src/qtgui/advsearch.ui |
|
... |
|
... |
37 |
</property>
|
37 |
</property>
|
38 |
<widget class="QLabel">
|
38 |
<widget class="QLabel">
|
39 |
<property name="name">
|
39 |
<property name="name">
|
40 |
<cstring>textLabel2</cstring>
|
40 |
<cstring>textLabel2</cstring>
|
41 |
</property>
|
41 |
</property>
|
|
|
42 |
<property name="frameShape">
|
|
|
43 |
<enum>NoFrame</enum>
|
|
|
44 |
</property>
|
|
|
45 |
<property name="frameShadow">
|
|
|
46 |
<enum>Plain</enum>
|
|
|
47 |
</property>
|
42 |
<property name="margin">
|
48 |
<property name="margin">
|
43 |
<number>7</number>
|
49 |
<number>7</number>
|
44 |
</property>
|
50 |
</property>
|
45 |
<property name="text">
|
51 |
<property name="text">
|
46 |
<string>Search for files<br>having all of:</string>
|
52 |
<string>Search for files<br>having all of:</string>
|
|
... |
|
... |
178 |
</property>
|
184 |
</property>
|
179 |
<property name="orientation">
|
185 |
<property name="orientation">
|
180 |
<enum>Horizontal</enum>
|
186 |
<enum>Horizontal</enum>
|
181 |
</property>
|
187 |
</property>
|
182 |
</widget>
|
188 |
</widget>
|
183 |
<widget class="QCheckBox">
|
189 |
<widget class="QLayoutWidget">
|
|
|
190 |
<property name="name">
|
|
|
191 |
<cstring>layout25</cstring>
|
|
|
192 |
</property>
|
|
|
193 |
<hbox>
|
184 |
<property name="name">
|
194 |
<property name="name">
|
185 |
<cstring>restrictFtCB</cstring>
|
195 |
<cstring>unnamed</cstring>
|
186 |
</property>
|
196 |
</property>
|
|
|
197 |
<widget class="QCheckBox">
|
|
|
198 |
<property name="name">
|
|
|
199 |
<cstring>restrictFtCB</cstring>
|
|
|
200 |
</property>
|
|
|
201 |
<property name="sizePolicy">
|
|
|
202 |
<sizepolicy>
|
|
|
203 |
<hsizetype>1</hsizetype>
|
|
|
204 |
<vsizetype>0</vsizetype>
|
|
|
205 |
<horstretch>1</horstretch>
|
|
|
206 |
<verstretch>0</verstretch>
|
|
|
207 |
</sizepolicy>
|
|
|
208 |
</property>
|
187 |
<property name="text">
|
209 |
<property name="text">
|
188 |
<string>Restrict file types</string>
|
210 |
<string>Restrict file types</string>
|
189 |
</property>
|
211 |
</property>
|
|
|
212 |
</widget>
|
|
|
213 |
<widget class="QPushButton">
|
|
|
214 |
<property name="name">
|
|
|
215 |
<cstring>saveFileTypesPB</cstring>
|
|
|
216 |
</property>
|
|
|
217 |
<property name="text">
|
|
|
218 |
<string>Save as default</string>
|
|
|
219 |
</property>
|
|
|
220 |
<property name="autoDefault">
|
|
|
221 |
<bool>false</bool>
|
|
|
222 |
</property>
|
|
|
223 |
</widget>
|
|
|
224 |
</hbox>
|
190 |
</widget>
|
225 |
</widget>
|
191 |
<widget class="QLayoutWidget">
|
226 |
<widget class="QLayoutWidget">
|
192 |
<property name="name">
|
227 |
<property name="name">
|
193 |
<cstring>layout12</cstring>
|
228 |
<cstring>layout12</cstring>
|
194 |
</property>
|
229 |
</property>
|
|
... |
|
... |
354 |
</property>
|
389 |
</property>
|
355 |
<grid>
|
390 |
<grid>
|
356 |
<property name="name">
|
391 |
<property name="name">
|
357 |
<cstring>unnamed</cstring>
|
392 |
<cstring>unnamed</cstring>
|
358 |
</property>
|
393 |
</property>
|
359 |
<widget class="QComboBox" row="1" column="0">
|
394 |
<widget class="QComboBox" row="1" column="0">
|
360 |
<property name="name">
|
395 |
<property name="name">
|
361 |
<cstring>subtreeCMB</cstring>
|
396 |
<cstring>subtreeCMB</cstring>
|
362 |
</property>
|
397 |
</property>
|
363 |
<property name="sizePolicy">
|
398 |
<property name="sizePolicy">
|
364 |
<sizepolicy>
|
399 |
<sizepolicy>
|
|
... |
|
... |
385 |
</property>
|
420 |
</property>
|
386 |
<property name="insertionPolicy">
|
421 |
<property name="insertionPolicy">
|
387 |
<enum>NoInsertion</enum>
|
422 |
<enum>NoInsertion</enum>
|
388 |
</property>
|
423 |
</property>
|
389 |
<property name="duplicatesEnabled">
|
424 |
<property name="duplicatesEnabled">
|
390 |
<bool>false</bool>
|
425 |
<bool>false</bool>
|
391 |
</property>
|
426 |
</property>
|
392 |
<property name="toolTip" stdset="0">
|
427 |
<property name="toolTip" stdset="0">
|
393 |
<string>Enter top directory for search</string>
|
428 |
<string>Enter top directory for search</string>
|
394 |
</property>
|
429 |
</property>
|
395 |
</widget>
|
430 |
</widget>
|