|
a/src/qtgui/advsearch.ui |
|
b/src/qtgui/advsearch.ui |
|
... |
|
... |
4 |
<widget class="QDialog" name="AdvSearchBase">
|
4 |
<widget class="QDialog" name="AdvSearchBase">
|
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>545</width>
|
9 |
<width>544</width>
|
10 |
<height>537</height>
|
10 |
<height>441</height>
|
11 |
</rect>
|
11 |
</rect>
|
12 |
</property>
|
12 |
</property>
|
13 |
<property name="windowTitle">
|
13 |
<property name="windowTitle">
|
14 |
<string>Advanced search</string>
|
14 |
<string>Advanced search</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">
|
19 |
<layout class="QVBoxLayout" name="verticalLayout">
|
20 |
<item>
|
20 |
<item>
|
21 |
<layout class="QHBoxLayout">
|
21 |
<widget class="QTabWidget" name="tabWidget">
|
22 |
<item>
|
|
|
23 |
<layout class="QVBoxLayout">
|
|
|
24 |
<property name="spacing">
|
22 |
<property name="currentIndex">
|
25 |
<number>2</number>
|
23 |
<number>0</number>
|
26 |
</property>
|
24 |
</property>
|
|
|
25 |
<widget class="QWidget" name="tab_5">
|
|
|
26 |
<attribute name="title">
|
|
|
27 |
<string>Find</string>
|
|
|
28 |
</attribute>
|
|
|
29 |
<layout class="QVBoxLayout" name="verticalLayout_2">
|
27 |
<item>
|
30 |
<item>
|
|
|
31 |
<layout class="QHBoxLayout">
|
|
|
32 |
<item>
|
|
|
33 |
<layout class="QVBoxLayout">
|
|
|
34 |
<property name="spacing">
|
|
|
35 |
<number>2</number>
|
|
|
36 |
</property>
|
|
|
37 |
<item>
|
28 |
<widget class="QLabel" name="textLabel2">
|
38 |
<widget class="QLabel" name="textLabel2">
|
29 |
<property name="sizePolicy">
|
39 |
<property name="sizePolicy">
|
30 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
40 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
31 |
<horstretch>0</horstretch>
|
41 |
<horstretch>0</horstretch>
|
32 |
<verstretch>0</verstretch>
|
42 |
<verstretch>0</verstretch>
|
33 |
</sizepolicy>
|
43 |
</sizepolicy>
|
34 |
</property>
|
44 |
</property>
|
35 |
<property name="toolTip">
|
45 |
<property name="toolTip">
|
36 |
<string>All non empty fields on the right will be combined with AND ("All clauses" choice) or OR ("Any clause" choice) conjunctions. <br>"Any" "All" and "None" field types can accept a mix of simple words, and phrases enclosed in double quotes.<br>Fields with no data are ignored.</string>
|
46 |
<string>All non empty fields on the right will be combined with AND ("All clauses" choice) or OR ("Any clause" choice) conjunctions. <br>"Any" "All" and "None" field types can accept a mix of simple words, and phrases enclosed in double quotes.<br>Fields with no data are ignored.</string>
|
37 |
</property>
|
47 |
</property>
|
38 |
<property name="frameShape">
|
48 |
<property name="frameShape">
|
39 |
<enum>QFrame::NoFrame</enum>
|
49 |
<enum>QFrame::NoFrame</enum>
|
40 |
</property>
|
50 |
</property>
|
41 |
<property name="frameShadow">
|
51 |
<property name="frameShadow">
|
42 |
<enum>QFrame::Plain</enum>
|
52 |
<enum>QFrame::Plain</enum>
|
43 |
</property>
|
53 |
</property>
|
44 |
<property name="text">
|
54 |
<property name="text">
|
45 |
<string>Search for <br>documents<br>satisfying:</string>
|
55 |
<string>Search for <br>documents<br>satisfying:</string>
|
46 |
</property>
|
56 |
</property>
|
47 |
<property name="wordWrap">
|
57 |
<property name="wordWrap">
|
48 |
<bool>false</bool>
|
58 |
<bool>false</bool>
|
49 |
</property>
|
59 |
</property>
|
50 |
<property name="margin">
|
60 |
<property name="margin">
|
51 |
<number>4</number>
|
61 |
<number>4</number>
|
52 |
</property>
|
62 |
</property>
|
53 |
</widget>
|
63 |
</widget>
|
54 |
</item>
|
64 |
</item>
|
55 |
<item>
|
65 |
<item>
|
56 |
<widget class="QComboBox" name="conjunctCMB">
|
66 |
<widget class="QComboBox" name="conjunctCMB">
|
57 |
<property name="sizePolicy">
|
67 |
<property name="sizePolicy">
|
58 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
68 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
59 |
<horstretch>8</horstretch>
|
69 |
<horstretch>8</horstretch>
|
60 |
<verstretch>0</verstretch>
|
70 |
<verstretch>0</verstretch>
|
61 |
</sizepolicy>
|
71 |
</sizepolicy>
|
62 |
</property>
|
72 |
</property>
|
63 |
<property name="toolTip">
|
73 |
<property name="toolTip">
|
64 |
<string>All non empty fields on the right will be combined with AND ("All clauses" choice) or OR ("Any clause" choice) conjunctions. <br>"Any" "All" and "None" field types can accept a mix of simple words, and phrases enclosed in double quotes.<br>Fields with no data are ignored.</string>
|
74 |
<string>All non empty fields on the right will be combined with AND ("All clauses" choice) or OR ("Any clause" choice) conjunctions. <br>"Any" "All" and "None" field types can accept a mix of simple words, and phrases enclosed in double quotes.<br>Fields with no data are ignored.</string>
|
65 |
</property>
|
75 |
</property>
|
66 |
</widget>
|
76 |
</widget>
|
67 |
</item>
|
77 |
</item>
|
68 |
<item>
|
78 |
<item>
|
69 |
<spacer name="spacer2">
|
79 |
<spacer name="spacer2">
|
70 |
<property name="orientation">
|
80 |
<property name="orientation">
|
71 |
<enum>Qt::Vertical</enum>
|
81 |
<enum>Qt::Vertical</enum>
|
72 |
</property>
|
82 |
</property>
|
73 |
<property name="sizeType">
|
83 |
<property name="sizeType">
|
74 |
<enum>QSizePolicy::Expanding</enum>
|
84 |
<enum>QSizePolicy::Expanding</enum>
|
75 |
</property>
|
85 |
</property>
|
76 |
<property name="sizeHint" stdset="0">
|
86 |
<property name="sizeHint" stdset="0">
|
77 |
<size>
|
87 |
<size>
|
78 |
<width>0</width>
|
88 |
<width>0</width>
|
79 |
<height>0</height>
|
89 |
<height>0</height>
|
80 |
</size>
|
90 |
</size>
|
81 |
</property>
|
91 |
</property>
|
82 |
</spacer>
|
92 |
</spacer>
|
83 |
</item>
|
93 |
</item>
|
84 |
<item>
|
94 |
<item>
|
85 |
<widget class="QPushButton" name="delClausePB">
|
95 |
<widget class="QPushButton" name="delClausePB">
|
86 |
<property name="sizePolicy">
|
96 |
<property name="sizePolicy">
|
87 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
97 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
88 |
<horstretch>0</horstretch>
|
98 |
<horstretch>0</horstretch>
|
89 |
<verstretch>0</verstretch>
|
99 |
<verstretch>0</verstretch>
|
90 |
</sizepolicy>
|
100 |
</sizepolicy>
|
91 |
</property>
|
101 |
</property>
|
92 |
<property name="text">
|
102 |
<property name="text">
|
93 |
<string>Delete clause</string>
|
103 |
<string>Delete clause</string>
|
94 |
</property>
|
104 |
</property>
|
95 |
<property name="autoDefault">
|
105 |
<property name="autoDefault">
|
96 |
<bool>false</bool>
|
106 |
<bool>false</bool>
|
97 |
</property>
|
107 |
</property>
|
98 |
</widget>
|
108 |
</widget>
|
99 |
</item>
|
109 |
</item>
|
100 |
<item>
|
110 |
<item>
|
101 |
<widget class="QPushButton" name="addClausePB">
|
111 |
<widget class="QPushButton" name="addClausePB">
|
102 |
<property name="sizePolicy">
|
112 |
<property name="sizePolicy">
|
103 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
113 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
104 |
<horstretch>0</horstretch>
|
114 |
<horstretch>0</horstretch>
|
105 |
<verstretch>0</verstretch>
|
115 |
<verstretch>0</verstretch>
|
106 |
</sizepolicy>
|
116 |
</sizepolicy>
|
|
|
117 |
</property>
|
|
|
118 |
<property name="text">
|
|
|
119 |
<string>Add clause</string>
|
|
|
120 |
</property>
|
|
|
121 |
<property name="autoDefault">
|
|
|
122 |
<bool>false</bool>
|
|
|
123 |
</property>
|
|
|
124 |
</widget>
|
|
|
125 |
</item>
|
|
|
126 |
</layout>
|
|
|
127 |
</item>
|
|
|
128 |
<item>
|
|
|
129 |
<widget class="QFrame" name="clauseFRM">
|
|
|
130 |
<property name="frameShape">
|
|
|
131 |
<enum>QFrame::StyledPanel</enum>
|
107 |
</property>
|
132 |
</property>
|
108 |
<property name="text">
|
133 |
<property name="frameShadow">
|
109 |
<string>Add clause</string>
|
134 |
<enum>QFrame::Plain</enum>
|
110 |
</property>
|
135 |
</property>
|
|
|
136 |
<layout class="QVBoxLayout">
|
111 |
<property name="autoDefault">
|
137 |
<property name="spacing">
|
112 |
<bool>false</bool>
|
138 |
<number>1</number>
|
113 |
</property>
|
139 |
</property>
|
|
|
140 |
<property name="margin">
|
|
|
141 |
<number>0</number>
|
|
|
142 |
</property>
|
|
|
143 |
<item>
|
|
|
144 |
<widget class="Line" name="clauseline">
|
|
|
145 |
<property name="frameShape">
|
|
|
146 |
<enum>QFrame::HLine</enum>
|
|
|
147 |
</property>
|
|
|
148 |
<property name="frameShadow">
|
|
|
149 |
<enum>QFrame::Plain</enum>
|
|
|
150 |
</property>
|
|
|
151 |
</widget>
|
|
|
152 |
</item>
|
|
|
153 |
</layout>
|
114 |
</widget>
|
154 |
</widget>
|
|
|
155 |
</item>
|
|
|
156 |
</layout>
|
115 |
</item>
|
157 |
</item>
|
116 |
</layout>
|
158 |
</layout>
|
117 |
</item>
|
|
|
118 |
<item>
|
|
|
119 |
<widget class="QFrame" name="clauseFRM">
|
|
|
120 |
<property name="frameShape">
|
|
|
121 |
<enum>QFrame::StyledPanel</enum>
|
|
|
122 |
</property>
|
|
|
123 |
<property name="frameShadow">
|
|
|
124 |
<enum>QFrame::Plain</enum>
|
|
|
125 |
</property>
|
|
|
126 |
<layout class="QVBoxLayout">
|
|
|
127 |
<property name="spacing">
|
|
|
128 |
<number>1</number>
|
|
|
129 |
</property>
|
|
|
130 |
<property name="margin">
|
|
|
131 |
<number>0</number>
|
|
|
132 |
</property>
|
|
|
133 |
<item>
|
|
|
134 |
<widget class="Line" name="clauseline">
|
|
|
135 |
<property name="frameShape">
|
|
|
136 |
<enum>QFrame::HLine</enum>
|
|
|
137 |
</property>
|
|
|
138 |
<property name="frameShadow">
|
|
|
139 |
<enum>QFrame::Plain</enum>
|
|
|
140 |
</property>
|
|
|
141 |
</widget>
|
|
|
142 |
</item>
|
|
|
143 |
</layout>
|
|
|
144 |
</widget>
|
|
|
145 |
</item>
|
|
|
146 |
</layout>
|
|
|
147 |
</item>
|
|
|
148 |
<item>
|
|
|
149 |
<widget class="Line" name="line2">
|
|
|
150 |
<property name="frameShape">
|
|
|
151 |
<enum>QFrame::HLine</enum>
|
|
|
152 |
</property>
|
|
|
153 |
<property name="frameShadow">
|
|
|
154 |
<enum>QFrame::Sunken</enum>
|
|
|
155 |
</property>
|
|
|
156 |
</widget>
|
|
|
157 |
</item>
|
|
|
158 |
<item>
|
|
|
159 |
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
160 |
<item>
|
|
|
161 |
<widget class="QLabel" name="labelminsize">
|
|
|
162 |
<property name="toolTip">
|
|
|
163 |
<string>Minimum size. You can use k/K,m/M,g/G as multipliers</string>
|
|
|
164 |
</property>
|
|
|
165 |
<property name="text">
|
|
|
166 |
<string>Min. Size</string>
|
|
|
167 |
</property>
|
|
|
168 |
</widget>
|
159 |
</widget>
|
169 |
</item>
|
|
|
170 |
<item>
|
|
|
171 |
<widget class="QLineEdit" name="minSizeLE"/>
|
|
|
172 |
</item>
|
|
|
173 |
<item>
|
|
|
174 |
<widget class="QLabel" name="labelmaxsize">
|
160 |
<widget class="QWidget" name="tab_6">
|
175 |
<property name="toolTip">
|
161 |
<attribute name="title">
|
176 |
<string>Maximum size. You can use k/K,m/M,g/G as multipliers</string>
|
|
|
177 |
</property>
|
|
|
178 |
<property name="text">
|
|
|
179 |
<string>Max. Size</string>
|
162 |
<string>Filter</string>
|
180 |
</property>
|
|
|
181 |
</widget>
|
|
|
182 |
</item>
|
|
|
183 |
<item>
|
|
|
184 |
<widget class="QLineEdit" name="maxSizeLE"/>
|
|
|
185 |
</item>
|
|
|
186 |
</layout>
|
|
|
187 |
</item>
|
|
|
188 |
<item>
|
|
|
189 |
<widget class="Line" name="line4">
|
|
|
190 |
<property name="frameShape">
|
|
|
191 |
<enum>QFrame::HLine</enum>
|
|
|
192 |
</property>
|
|
|
193 |
<property name="frameShadow">
|
|
|
194 |
<enum>QFrame::Sunken</enum>
|
|
|
195 |
</property>
|
|
|
196 |
</widget>
|
|
|
197 |
</item>
|
|
|
198 |
<item>
|
|
|
199 |
<layout class="QHBoxLayout">
|
|
|
200 |
<item>
|
|
|
201 |
<widget class="QCheckBox" name="restrictFtCB">
|
|
|
202 |
<property name="sizePolicy">
|
|
|
203 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
204 |
<horstretch>1</horstretch>
|
|
|
205 |
<verstretch>0</verstretch>
|
|
|
206 |
</sizepolicy>
|
|
|
207 |
</property>
|
|
|
208 |
<property name="toolTip">
|
|
|
209 |
<string>Check this to enable filtering on file types</string>
|
|
|
210 |
</property>
|
|
|
211 |
<property name="text">
|
|
|
212 |
<string>Restrict file types</string>
|
|
|
213 |
</property>
|
|
|
214 |
</widget>
|
|
|
215 |
</item>
|
163 |
</attribute>
|
216 |
<item>
|
164 |
<layout class="QVBoxLayout" name="verticalLayout_5">
|
217 |
<widget class="QCheckBox" name="restrictCtCB">
|
|
|
218 |
<property name="enabled">
|
|
|
219 |
<bool>false</bool>
|
|
|
220 |
</property>
|
|
|
221 |
<property name="sizePolicy">
|
|
|
222 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
223 |
<horstretch>1</horstretch>
|
|
|
224 |
<verstretch>0</verstretch>
|
|
|
225 |
</sizepolicy>
|
|
|
226 |
</property>
|
|
|
227 |
<property name="toolTip">
|
|
|
228 |
<string>Check this to use file categories instead of raw mime types</string>
|
|
|
229 |
</property>
|
|
|
230 |
<property name="text">
|
|
|
231 |
<string>By categories</string>
|
|
|
232 |
</property>
|
|
|
233 |
</widget>
|
|
|
234 |
</item>
|
|
|
235 |
<item>
|
|
|
236 |
<widget class="QPushButton" name="saveFileTypesPB">
|
|
|
237 |
<property name="enabled">
|
|
|
238 |
<bool>false</bool>
|
|
|
239 |
</property>
|
|
|
240 |
<property name="text">
|
|
|
241 |
<string>Save as default</string>
|
|
|
242 |
</property>
|
|
|
243 |
<property name="autoDefault">
|
|
|
244 |
<bool>false</bool>
|
|
|
245 |
</property>
|
|
|
246 |
</widget>
|
|
|
247 |
</item>
|
|
|
248 |
</layout>
|
|
|
249 |
</item>
|
|
|
250 |
<item>
|
|
|
251 |
<layout class="QHBoxLayout">
|
|
|
252 |
<item>
|
|
|
253 |
<layout class="QVBoxLayout">
|
|
|
254 |
<property name="spacing">
|
|
|
255 |
<number>0</number>
|
|
|
256 |
</property>
|
|
|
257 |
<item>
|
165 |
<item>
|
258 |
<widget class="QLabel" name="textLabel2_2">
|
166 |
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
167 |
<item>
|
|
|
168 |
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
169 |
<item>
|
|
|
170 |
<widget class="QCheckBox" name="filterDatesCB">
|
|
|
171 |
<property name="sizePolicy">
|
|
|
172 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
173 |
<horstretch>1</horstretch>
|
|
|
174 |
<verstretch>0</verstretch>
|
|
|
175 |
</sizepolicy>
|
|
|
176 |
</property>
|
|
|
177 |
<property name="toolTip">
|
|
|
178 |
<string>Check this to enable filtering on dates</string>
|
|
|
179 |
</property>
|
259 |
<property name="text">
|
180 |
<property name="text">
|
260 |
<string>Searched file types</string>
|
181 |
<string>Filter dates</string>
|
|
|
182 |
</property>
|
|
|
183 |
</widget>
|
|
|
184 |
</item>
|
|
|
185 |
<item>
|
|
|
186 |
<widget class="QLabel" name="label">
|
|
|
187 |
<property name="text">
|
|
|
188 |
<string>From</string>
|
|
|
189 |
</property>
|
|
|
190 |
</widget>
|
|
|
191 |
</item>
|
|
|
192 |
<item>
|
|
|
193 |
<widget class="QDateEdit" name="minDateDTE">
|
|
|
194 |
<property name="enabled">
|
|
|
195 |
<bool>false</bool>
|
|
|
196 |
</property>
|
|
|
197 |
</widget>
|
|
|
198 |
</item>
|
|
|
199 |
<item>
|
|
|
200 |
<widget class="QLabel" name="label_2">
|
|
|
201 |
<property name="text">
|
|
|
202 |
<string>To</string>
|
|
|
203 |
</property>
|
|
|
204 |
</widget>
|
|
|
205 |
</item>
|
|
|
206 |
<item>
|
|
|
207 |
<widget class="QDateEdit" name="maxDateDTE">
|
|
|
208 |
<property name="enabled">
|
|
|
209 |
<bool>false</bool>
|
|
|
210 |
</property>
|
|
|
211 |
</widget>
|
|
|
212 |
</item>
|
|
|
213 |
</layout>
|
|
|
214 |
</item>
|
|
|
215 |
<item>
|
|
|
216 |
<widget class="Line" name="line2">
|
|
|
217 |
<property name="frameShape">
|
|
|
218 |
<enum>QFrame::HLine</enum>
|
261 |
</property>
|
219 |
</property>
|
262 |
<property name="wordWrap">
|
220 |
<property name="frameShadow">
|
263 |
<bool>false</bool>
|
221 |
<enum>QFrame::Sunken</enum>
|
264 |
</property>
|
222 |
</property>
|
265 |
</widget>
|
223 |
</widget>
|
266 |
</item>
|
224 |
</item>
|
267 |
<item>
|
225 |
<item>
|
268 |
<widget class="QListWidget" name="yesFiltypsLB">
|
226 |
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
227 |
<item>
|
|
|
228 |
<widget class="QCheckBox" name="filterSizesCB">
|
|
|
229 |
<property name="sizePolicy">
|
|
|
230 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
231 |
<horstretch>1</horstretch>
|
|
|
232 |
<verstretch>0</verstretch>
|
|
|
233 |
</sizepolicy>
|
|
|
234 |
</property>
|
|
|
235 |
<property name="toolTip">
|
|
|
236 |
<string>Check this to enable filtering on sizes</string>
|
|
|
237 |
</property>
|
|
|
238 |
<property name="text">
|
|
|
239 |
<string>Filter sizes</string>
|
|
|
240 |
</property>
|
|
|
241 |
</widget>
|
|
|
242 |
</item>
|
|
|
243 |
<item>
|
|
|
244 |
<widget class="QLabel" name="labelminsize">
|
|
|
245 |
<property name="toolTip">
|
|
|
246 |
<string>Minimum size. You can use k/K,m/M,g/G as multipliers</string>
|
|
|
247 |
</property>
|
|
|
248 |
<property name="text">
|
|
|
249 |
<string>Min. Size</string>
|
|
|
250 |
</property>
|
|
|
251 |
</widget>
|
|
|
252 |
</item>
|
|
|
253 |
<item>
|
|
|
254 |
<widget class="QLineEdit" name="minSizeLE">
|
269 |
<property name="enabled">
|
255 |
<property name="enabled">
|
270 |
<bool>false</bool>
|
256 |
<bool>false</bool>
|
|
|
257 |
</property>
|
|
|
258 |
</widget>
|
|
|
259 |
</item>
|
|
|
260 |
<item>
|
|
|
261 |
<widget class="QLabel" name="labelmaxsize">
|
|
|
262 |
<property name="toolTip">
|
|
|
263 |
<string>Maximum size. You can use k/K,m/M,g/G as multipliers</string>
|
|
|
264 |
</property>
|
|
|
265 |
<property name="text">
|
|
|
266 |
<string>Max. Size</string>
|
|
|
267 |
</property>
|
|
|
268 |
</widget>
|
|
|
269 |
</item>
|
|
|
270 |
<item>
|
|
|
271 |
<widget class="QLineEdit" name="maxSizeLE">
|
|
|
272 |
<property name="enabled">
|
|
|
273 |
<bool>false</bool>
|
|
|
274 |
</property>
|
|
|
275 |
</widget>
|
|
|
276 |
</item>
|
|
|
277 |
</layout>
|
|
|
278 |
</item>
|
|
|
279 |
<item>
|
|
|
280 |
<widget class="Line" name="line4">
|
|
|
281 |
<property name="frameShape">
|
|
|
282 |
<enum>QFrame::HLine</enum>
|
271 |
</property>
|
283 |
</property>
|
272 |
<property name="minimumSize">
|
284 |
<property name="frameShadow">
|
273 |
<size>
|
285 |
<enum>QFrame::Sunken</enum>
|
274 |
<width>200</width>
|
|
|
275 |
<height>20</height>
|
|
|
276 |
</size>
|
|
|
277 |
</property>
|
286 |
</property>
|
|
|
287 |
</widget>
|
|
|
288 |
</item>
|
|
|
289 |
<item>
|
|
|
290 |
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
291 |
<item>
|
|
|
292 |
<layout class="QHBoxLayout">
|
|
|
293 |
<item>
|
|
|
294 |
<widget class="QCheckBox" name="restrictFtCB">
|
|
|
295 |
<property name="sizePolicy">
|
|
|
296 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
297 |
<horstretch>1</horstretch>
|
|
|
298 |
<verstretch>0</verstretch>
|
|
|
299 |
</sizepolicy>
|
|
|
300 |
</property>
|
|
|
301 |
<property name="toolTip">
|
|
|
302 |
<string>Check this to enable filtering on file types</string>
|
|
|
303 |
</property>
|
|
|
304 |
<property name="text">
|
|
|
305 |
<string>Restrict file types</string>
|
|
|
306 |
</property>
|
|
|
307 |
</widget>
|
|
|
308 |
</item>
|
|
|
309 |
<item>
|
|
|
310 |
<widget class="QCheckBox" name="restrictCtCB">
|
|
|
311 |
<property name="enabled">
|
|
|
312 |
<bool>false</bool>
|
|
|
313 |
</property>
|
|
|
314 |
<property name="sizePolicy">
|
|
|
315 |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
316 |
<horstretch>1</horstretch>
|
|
|
317 |
<verstretch>0</verstretch>
|
|
|
318 |
</sizepolicy>
|
|
|
319 |
</property>
|
|
|
320 |
<property name="toolTip">
|
|
|
321 |
<string>Check this to use file categories instead of raw mime types</string>
|
|
|
322 |
</property>
|
|
|
323 |
<property name="text">
|
|
|
324 |
<string>By categories</string>
|
|
|
325 |
</property>
|
|
|
326 |
</widget>
|
|
|
327 |
</item>
|
|
|
328 |
<item>
|
|
|
329 |
<widget class="QPushButton" name="saveFileTypesPB">
|
|
|
330 |
<property name="enabled">
|
|
|
331 |
<bool>false</bool>
|
|
|
332 |
</property>
|
|
|
333 |
<property name="text">
|
|
|
334 |
<string>Save as default</string>
|
|
|
335 |
</property>
|
|
|
336 |
<property name="autoDefault">
|
|
|
337 |
<bool>false</bool>
|
|
|
338 |
</property>
|
|
|
339 |
</widget>
|
|
|
340 |
</item>
|
|
|
341 |
</layout>
|
|
|
342 |
</item>
|
|
|
343 |
<item>
|
|
|
344 |
<layout class="QHBoxLayout">
|
|
|
345 |
<item>
|
|
|
346 |
<layout class="QVBoxLayout">
|
|
|
347 |
<property name="spacing">
|
|
|
348 |
<number>0</number>
|
|
|
349 |
</property>
|
|
|
350 |
<item>
|
|
|
351 |
<widget class="QLabel" name="textLabel2_2">
|
|
|
352 |
<property name="text">
|
|
|
353 |
<string>Searched file types</string>
|
|
|
354 |
</property>
|
|
|
355 |
<property name="wordWrap">
|
|
|
356 |
<bool>false</bool>
|
|
|
357 |
</property>
|
|
|
358 |
</widget>
|
|
|
359 |
</item>
|
|
|
360 |
<item>
|
|
|
361 |
<widget class="QListWidget" name="yesFiltypsLB">
|
|
|
362 |
<property name="enabled">
|
|
|
363 |
<bool>false</bool>
|
|
|
364 |
</property>
|
|
|
365 |
<property name="minimumSize">
|
|
|
366 |
<size>
|
|
|
367 |
<width>200</width>
|
|
|
368 |
<height>20</height>
|
|
|
369 |
</size>
|
|
|
370 |
</property>
|
278 |
<property name="selectionMode">
|
371 |
<property name="selectionMode">
|
279 |
<enum>QAbstractItemView::ExtendedSelection</enum>
|
372 |
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
373 |
</property>
|
|
|
374 |
</widget>
|
|
|
375 |
</item>
|
|
|
376 |
</layout>
|
|
|
377 |
</item>
|
|
|
378 |
<item>
|
|
|
379 |
<layout class="QVBoxLayout">
|
|
|
380 |
<property name="spacing">
|
|
|
381 |
<number>0</number>
|
|
|
382 |
</property>
|
|
|
383 |
<item>
|
|
|
384 |
<widget class="QPushButton" name="delAFiltypPB">
|
|
|
385 |
<property name="enabled">
|
|
|
386 |
<bool>false</bool>
|
|
|
387 |
</property>
|
|
|
388 |
<property name="text">
|
|
|
389 |
<string>All ----></string>
|
|
|
390 |
</property>
|
|
|
391 |
<property name="autoDefault">
|
|
|
392 |
<bool>false</bool>
|
|
|
393 |
</property>
|
|
|
394 |
</widget>
|
|
|
395 |
</item>
|
|
|
396 |
<item>
|
|
|
397 |
<widget class="QPushButton" name="delFiltypPB">
|
|
|
398 |
<property name="enabled">
|
|
|
399 |
<bool>false</bool>
|
|
|
400 |
</property>
|
|
|
401 |
<property name="text">
|
|
|
402 |
<string>Sel -----></string>
|
|
|
403 |
</property>
|
|
|
404 |
<property name="autoDefault">
|
|
|
405 |
<bool>false</bool>
|
|
|
406 |
</property>
|
|
|
407 |
</widget>
|
|
|
408 |
</item>
|
|
|
409 |
<item>
|
|
|
410 |
<widget class="QPushButton" name="addFiltypPB">
|
|
|
411 |
<property name="enabled">
|
|
|
412 |
<bool>false</bool>
|
|
|
413 |
</property>
|
|
|
414 |
<property name="text">
|
|
|
415 |
<string><----- Sel</string>
|
|
|
416 |
</property>
|
|
|
417 |
<property name="autoDefault">
|
|
|
418 |
<bool>false</bool>
|
|
|
419 |
</property>
|
|
|
420 |
</widget>
|
|
|
421 |
</item>
|
|
|
422 |
<item>
|
|
|
423 |
<widget class="QPushButton" name="addAFiltypPB">
|
|
|
424 |
<property name="enabled">
|
|
|
425 |
<bool>false</bool>
|
|
|
426 |
</property>
|
|
|
427 |
<property name="text">
|
|
|
428 |
<string><----- All</string>
|
|
|
429 |
</property>
|
|
|
430 |
<property name="autoDefault">
|
|
|
431 |
<bool>false</bool>
|
|
|
432 |
</property>
|
|
|
433 |
</widget>
|
|
|
434 |
</item>
|
|
|
435 |
</layout>
|
|
|
436 |
</item>
|
|
|
437 |
<item>
|
|
|
438 |
<layout class="QVBoxLayout">
|
|
|
439 |
<property name="spacing">
|
|
|
440 |
<number>0</number>
|
|
|
441 |
</property>
|
|
|
442 |
<item>
|
|
|
443 |
<widget class="QLabel" name="textLabel3">
|
|
|
444 |
<property name="text">
|
|
|
445 |
<string>Ignored file types</string>
|
|
|
446 |
</property>
|
|
|
447 |
<property name="wordWrap">
|
|
|
448 |
<bool>false</bool>
|
|
|
449 |
</property>
|
|
|
450 |
</widget>
|
|
|
451 |
</item>
|
|
|
452 |
<item>
|
|
|
453 |
<widget class="QListWidget" name="noFiltypsLB">
|
|
|
454 |
<property name="enabled">
|
|
|
455 |
<bool>false</bool>
|
|
|
456 |
</property>
|
|
|
457 |
<property name="minimumSize">
|
|
|
458 |
<size>
|
|
|
459 |
<width>200</width>
|
|
|
460 |
<height>20</height>
|
|
|
461 |
</size>
|
|
|
462 |
</property>
|
|
|
463 |
<property name="selectionMode">
|
|
|
464 |
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
465 |
</property>
|
|
|
466 |
</widget>
|
|
|
467 |
</item>
|
|
|
468 |
</layout>
|
|
|
469 |
</item>
|
|
|
470 |
</layout>
|
|
|
471 |
</item>
|
|
|
472 |
</layout>
|
|
|
473 |
</item>
|
|
|
474 |
<item>
|
|
|
475 |
<widget class="Line" name="line5">
|
|
|
476 |
<property name="frameShape">
|
|
|
477 |
<enum>QFrame::HLine</enum>
|
280 |
</property>
|
478 |
</property>
|
|
|
479 |
<property name="frameShadow">
|
|
|
480 |
<enum>QFrame::Sunken</enum>
|
|
|
481 |
</property>
|
281 |
</widget>
|
482 |
</widget>
|
|
|
483 |
</item>
|
|
|
484 |
<item>
|
|
|
485 |
<layout class="QGridLayout">
|
|
|
486 |
<item row="1" column="0">
|
|
|
487 |
<widget class="QComboBox" name="subtreeCMB">
|
|
|
488 |
<property name="sizePolicy">
|
|
|
489 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
490 |
<horstretch>8</horstretch>
|
|
|
491 |
<verstretch>0</verstretch>
|
|
|
492 |
</sizepolicy>
|
|
|
493 |
</property>
|
|
|
494 |
<property name="minimumSize">
|
|
|
495 |
<size>
|
|
|
496 |
<width>300</width>
|
|
|
497 |
<height>0</height>
|
|
|
498 |
</size>
|
|
|
499 |
</property>
|
|
|
500 |
<property name="toolTip">
|
|
|
501 |
<string>Enter top directory for search</string>
|
|
|
502 |
</property>
|
|
|
503 |
<property name="editable">
|
|
|
504 |
<bool>true</bool>
|
|
|
505 |
</property>
|
|
|
506 |
<property name="maxCount">
|
|
|
507 |
<number>20</number>
|
|
|
508 |
</property>
|
|
|
509 |
<property name="insertPolicy">
|
|
|
510 |
<enum>QComboBox::NoInsert</enum>
|
|
|
511 |
</property>
|
|
|
512 |
<property name="duplicatesEnabled">
|
|
|
513 |
<bool>false</bool>
|
|
|
514 |
</property>
|
|
|
515 |
</widget>
|
|
|
516 |
</item>
|
|
|
517 |
<item row="1" column="1">
|
|
|
518 |
<widget class="QPushButton" name="browsePB">
|
|
|
519 |
<property name="text">
|
|
|
520 |
<string>Browse</string>
|
|
|
521 |
</property>
|
|
|
522 |
<property name="autoDefault">
|
|
|
523 |
<bool>false</bool>
|
|
|
524 |
</property>
|
|
|
525 |
</widget>
|
|
|
526 |
</item>
|
|
|
527 |
<item row="0" column="0">
|
|
|
528 |
<widget class="QLabel" name="textLabel1">
|
|
|
529 |
<property name="text">
|
|
|
530 |
<string>Restrict results to files in subtree:</string>
|
|
|
531 |
</property>
|
|
|
532 |
<property name="wordWrap">
|
|
|
533 |
<bool>false</bool>
|
|
|
534 |
</property>
|
|
|
535 |
</widget>
|
|
|
536 |
</item>
|
|
|
537 |
<item row="0" column="1">
|
|
|
538 |
<widget class="QCheckBox" name="direxclCB">
|
|
|
539 |
<property name="text">
|
|
|
540 |
<string>Invert</string>
|
|
|
541 |
</property>
|
|
|
542 |
</widget>
|
|
|
543 |
</item>
|
|
|
544 |
</layout>
|
|
|
545 |
</item>
|
|
|
546 |
</layout>
|
282 |
</item>
|
547 |
</item>
|
283 |
</layout>
|
548 |
</layout>
|
284 |
</item>
|
|
|
285 |
<item>
|
|
|
286 |
<layout class="QVBoxLayout">
|
|
|
287 |
<property name="spacing">
|
|
|
288 |
<number>0</number>
|
|
|
289 |
</property>
|
|
|
290 |
<item>
|
|
|
291 |
<widget class="QPushButton" name="delAFiltypPB">
|
|
|
292 |
<property name="enabled">
|
|
|
293 |
<bool>false</bool>
|
|
|
294 |
</property>
|
|
|
295 |
<property name="text">
|
|
|
296 |
<string>All ----></string>
|
|
|
297 |
</property>
|
|
|
298 |
<property name="autoDefault">
|
|
|
299 |
<bool>false</bool>
|
|
|
300 |
</property>
|
|
|
301 |
</widget>
|
|
|
302 |
</item>
|
|
|
303 |
<item>
|
|
|
304 |
<widget class="QPushButton" name="delFiltypPB">
|
|
|
305 |
<property name="enabled">
|
|
|
306 |
<bool>false</bool>
|
|
|
307 |
</property>
|
|
|
308 |
<property name="text">
|
|
|
309 |
<string>Sel -----></string>
|
|
|
310 |
</property>
|
|
|
311 |
<property name="autoDefault">
|
|
|
312 |
<bool>false</bool>
|
|
|
313 |
</property>
|
|
|
314 |
</widget>
|
|
|
315 |
</item>
|
|
|
316 |
<item>
|
|
|
317 |
<widget class="QPushButton" name="addFiltypPB">
|
|
|
318 |
<property name="enabled">
|
|
|
319 |
<bool>false</bool>
|
|
|
320 |
</property>
|
|
|
321 |
<property name="text">
|
|
|
322 |
<string><----- Sel</string>
|
|
|
323 |
</property>
|
|
|
324 |
<property name="autoDefault">
|
|
|
325 |
<bool>false</bool>
|
|
|
326 |
</property>
|
|
|
327 |
</widget>
|
|
|
328 |
</item>
|
|
|
329 |
<item>
|
|
|
330 |
<widget class="QPushButton" name="addAFiltypPB">
|
|
|
331 |
<property name="enabled">
|
|
|
332 |
<bool>false</bool>
|
|
|
333 |
</property>
|
|
|
334 |
<property name="text">
|
|
|
335 |
<string><----- All</string>
|
|
|
336 |
</property>
|
|
|
337 |
<property name="autoDefault">
|
|
|
338 |
<bool>false</bool>
|
|
|
339 |
</property>
|
|
|
340 |
</widget>
|
|
|
341 |
</item>
|
|
|
342 |
</layout>
|
|
|
343 |
</item>
|
|
|
344 |
<item>
|
|
|
345 |
<layout class="QVBoxLayout">
|
|
|
346 |
<property name="spacing">
|
|
|
347 |
<number>0</number>
|
|
|
348 |
</property>
|
|
|
349 |
<item>
|
|
|
350 |
<widget class="QLabel" name="textLabel3">
|
|
|
351 |
<property name="text">
|
|
|
352 |
<string>Ignored file types</string>
|
|
|
353 |
</property>
|
|
|
354 |
<property name="wordWrap">
|
|
|
355 |
<bool>false</bool>
|
|
|
356 |
</property>
|
|
|
357 |
</widget>
|
|
|
358 |
</item>
|
|
|
359 |
<item>
|
|
|
360 |
<widget class="QListWidget" name="noFiltypsLB">
|
|
|
361 |
<property name="enabled">
|
|
|
362 |
<bool>false</bool>
|
|
|
363 |
</property>
|
|
|
364 |
<property name="minimumSize">
|
|
|
365 |
<size>
|
|
|
366 |
<width>200</width>
|
|
|
367 |
<height>20</height>
|
|
|
368 |
</size>
|
|
|
369 |
</property>
|
|
|
370 |
<property name="selectionMode">
|
|
|
371 |
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
372 |
</property>
|
|
|
373 |
</widget>
|
|
|
374 |
</item>
|
|
|
375 |
</layout>
|
|
|
376 |
</item>
|
|
|
377 |
</layout>
|
|
|
378 |
</item>
|
|
|
379 |
<item>
|
|
|
380 |
<widget class="Line" name="line5">
|
|
|
381 |
<property name="frameShape">
|
|
|
382 |
<enum>QFrame::HLine</enum>
|
|
|
383 |
</property>
|
|
|
384 |
<property name="frameShadow">
|
|
|
385 |
<enum>QFrame::Sunken</enum>
|
|
|
386 |
</property>
|
|
|
387 |
</widget>
|
|
|
388 |
</item>
|
|
|
389 |
<item>
|
|
|
390 |
<layout class="QGridLayout">
|
|
|
391 |
<item row="1" column="0">
|
|
|
392 |
<widget class="QComboBox" name="subtreeCMB">
|
|
|
393 |
<property name="sizePolicy">
|
|
|
394 |
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
395 |
<horstretch>8</horstretch>
|
|
|
396 |
<verstretch>0</verstretch>
|
|
|
397 |
</sizepolicy>
|
|
|
398 |
</property>
|
|
|
399 |
<property name="minimumSize">
|
|
|
400 |
<size>
|
|
|
401 |
<width>300</width>
|
|
|
402 |
<height>0</height>
|
|
|
403 |
</size>
|
|
|
404 |
</property>
|
|
|
405 |
<property name="toolTip">
|
|
|
406 |
<string>Enter top directory for search</string>
|
|
|
407 |
</property>
|
|
|
408 |
<property name="editable">
|
|
|
409 |
<bool>true</bool>
|
|
|
410 |
</property>
|
|
|
411 |
<property name="maxCount">
|
|
|
412 |
<number>20</number>
|
|
|
413 |
</property>
|
|
|
414 |
<property name="insertPolicy">
|
|
|
415 |
<enum>QComboBox::NoInsert</enum>
|
|
|
416 |
</property>
|
|
|
417 |
<property name="duplicatesEnabled">
|
|
|
418 |
<bool>false</bool>
|
|
|
419 |
</property>
|
|
|
420 |
</widget>
|
549 |
</widget>
|
421 |
</item>
|
|
|
422 |
<item row="1" column="1">
|
|
|
423 |
<widget class="QPushButton" name="browsePB">
|
|
|
424 |
<property name="text">
|
|
|
425 |
<string>Browse</string>
|
|
|
426 |
</property>
|
|
|
427 |
<property name="autoDefault">
|
|
|
428 |
<bool>false</bool>
|
|
|
429 |
</property>
|
|
|
430 |
</widget>
|
|
|
431 |
</item>
|
|
|
432 |
<item row="0" column="0">
|
|
|
433 |
<widget class="QLabel" name="textLabel1">
|
|
|
434 |
<property name="text">
|
|
|
435 |
<string>Restrict results to files in subtree:</string>
|
|
|
436 |
</property>
|
|
|
437 |
<property name="wordWrap">
|
|
|
438 |
<bool>false</bool>
|
|
|
439 |
</property>
|
|
|
440 |
</widget>
|
|
|
441 |
</item>
|
|
|
442 |
<item row="0" column="1">
|
|
|
443 |
<widget class="QCheckBox" name="direxclCB">
|
|
|
444 |
<property name="text">
|
|
|
445 |
<string>Invert</string>
|
|
|
446 |
</property>
|
|
|
447 |
</widget>
|
|
|
448 |
</item>
|
|
|
449 |
</layout>
|
|
|
450 |
</item>
|
|
|
451 |
<item>
|
|
|
452 |
<widget class="Line" name="line1">
|
|
|
453 |
<property name="frameShape">
|
|
|
454 |
<enum>QFrame::HLine</enum>
|
|
|
455 |
</property>
|
|
|
456 |
<property name="frameShadow">
|
|
|
457 |
<enum>QFrame::Sunken</enum>
|
|
|
458 |
</property>
|
|
|
459 |
</widget>
|
550 |
</widget>
|
460 |
</item>
|
551 |
</item>
|
461 |
<item>
|
552 |
<item>
|
462 |
<layout class="QHBoxLayout">
|
553 |
<layout class="QHBoxLayout">
|
463 |
<item>
|
554 |
<item>
|