~lubuntu-dev/lxde/libfm-qt-debian-git

« back to all changes in this revision

Viewing changes to src/filesearch.ui

  • Committer: Alf Gaida
  • Date: 2015-12-17 15:45:00 UTC
  • Revision ID: git-v1:99d4cf5e0b3761023e2285ffb96a79d050f0bdf4
Tags: upstream/0.10.0+20151214
Adding upstream version 0.10.0+20151214.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>SearchDialog</class>
 
4
 <widget class="QDialog" name="SearchDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>512</width>
 
10
    <height>420</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Search Files</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset theme="system-search">
 
18
    <normaloff/>
 
19
   </iconset>
 
20
  </property>
 
21
  <layout class="QVBoxLayout" name="verticalLayout">
 
22
   <item>
 
23
    <widget class="QTabWidget" name="tabWidget">
 
24
     <property name="currentIndex">
 
25
      <number>0</number>
 
26
     </property>
 
27
     <widget class="QWidget" name="tab">
 
28
      <attribute name="title">
 
29
       <string>Name/Location</string>
 
30
      </attribute>
 
31
      <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
 
32
       <item>
 
33
        <widget class="QGroupBox" name="groupBox">
 
34
         <property name="title">
 
35
          <string>File Name Patterns:</string>
 
36
         </property>
 
37
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
38
          <item>
 
39
           <widget class="QLineEdit" name="namePatterns">
 
40
            <property name="text">
 
41
             <string>*</string>
 
42
            </property>
 
43
           </widget>
 
44
          </item>
 
45
          <item>
 
46
           <widget class="QCheckBox" name="nameCaseInsensitive">
 
47
            <property name="text">
 
48
             <string>Case insensitive</string>
 
49
            </property>
 
50
           </widget>
 
51
          </item>
 
52
          <item>
 
53
           <widget class="QCheckBox" name="nameRegExp">
 
54
            <property name="text">
 
55
             <string>Use regular expression</string>
 
56
            </property>
 
57
           </widget>
 
58
          </item>
 
59
         </layout>
 
60
        </widget>
 
61
       </item>
 
62
       <item>
 
63
        <widget class="QGroupBox" name="groupBox_2">
 
64
         <property name="title">
 
65
          <string>Places to Search:</string>
 
66
         </property>
 
67
         <layout class="QVBoxLayout" name="verticalLayout_5">
 
68
          <item>
 
69
           <layout class="QHBoxLayout" name="horizontalLayout">
 
70
            <item>
 
71
             <widget class="QListWidget" name="listView"/>
 
72
            </item>
 
73
            <item>
 
74
             <layout class="QVBoxLayout" name="verticalLayout_4">
 
75
              <item>
 
76
               <widget class="QPushButton" name="addPath">
 
77
                <property name="text">
 
78
                 <string>&amp;Add</string>
 
79
                </property>
 
80
                <property name="icon">
 
81
                 <iconset theme="list-add">
 
82
                  <normaloff/>
 
83
                 </iconset>
 
84
                </property>
 
85
               </widget>
 
86
              </item>
 
87
              <item>
 
88
               <widget class="QPushButton" name="removePath">
 
89
                <property name="text">
 
90
                 <string>&amp;Remove</string>
 
91
                </property>
 
92
                <property name="icon">
 
93
                 <iconset theme="list-remove">
 
94
                  <normaloff/>
 
95
                 </iconset>
 
96
                </property>
 
97
               </widget>
 
98
              </item>
 
99
              <item>
 
100
               <spacer name="verticalSpacer">
 
101
                <property name="orientation">
 
102
                 <enum>Qt::Vertical</enum>
 
103
                </property>
 
104
                <property name="sizeHint" stdset="0">
 
105
                 <size>
 
106
                  <width>20</width>
 
107
                  <height>40</height>
 
108
                 </size>
 
109
                </property>
 
110
               </spacer>
 
111
              </item>
 
112
             </layout>
 
113
            </item>
 
114
           </layout>
 
115
          </item>
 
116
          <item>
 
117
           <widget class="QCheckBox" name="recursiveSearch">
 
118
            <property name="text">
 
119
             <string>Search in sub directories</string>
 
120
            </property>
 
121
           </widget>
 
122
          </item>
 
123
          <item>
 
124
           <widget class="QCheckBox" name="searchHidden">
 
125
            <property name="text">
 
126
             <string>Search for hidden files</string>
 
127
            </property>
 
128
           </widget>
 
129
          </item>
 
130
         </layout>
 
131
        </widget>
 
132
       </item>
 
133
      </layout>
 
134
     </widget>
 
135
     <widget class="QWidget" name="tab_2">
 
136
      <attribute name="title">
 
137
       <string>File Type</string>
 
138
      </attribute>
 
139
      <layout class="QVBoxLayout" name="verticalLayout_7">
 
140
       <item>
 
141
        <widget class="QGroupBox" name="groupBox_3">
 
142
         <property name="title">
 
143
          <string>Only search for files of following types:</string>
 
144
         </property>
 
145
         <layout class="QVBoxLayout" name="verticalLayout_6">
 
146
          <item>
 
147
           <widget class="QCheckBox" name="searchTextFiles">
 
148
            <property name="text">
 
149
             <string>Text files</string>
 
150
            </property>
 
151
           </widget>
 
152
          </item>
 
153
          <item>
 
154
           <widget class="QCheckBox" name="searchImages">
 
155
            <property name="text">
 
156
             <string>Image files</string>
 
157
            </property>
 
158
           </widget>
 
159
          </item>
 
160
          <item>
 
161
           <widget class="QCheckBox" name="searchAudio">
 
162
            <property name="text">
 
163
             <string>Audio files</string>
 
164
            </property>
 
165
           </widget>
 
166
          </item>
 
167
          <item>
 
168
           <widget class="QCheckBox" name="searchVideo">
 
169
            <property name="text">
 
170
             <string>Video files</string>
 
171
            </property>
 
172
           </widget>
 
173
          </item>
 
174
          <item>
 
175
           <widget class="QCheckBox" name="searchDocuments">
 
176
            <property name="text">
 
177
             <string>Documents</string>
 
178
            </property>
 
179
           </widget>
 
180
          </item>
 
181
          <item>
 
182
           <widget class="QCheckBox" name="searchFolders">
 
183
            <property name="text">
 
184
             <string>Folders</string>
 
185
            </property>
 
186
           </widget>
 
187
          </item>
 
188
         </layout>
 
189
        </widget>
 
190
       </item>
 
191
       <item>
 
192
        <spacer name="verticalSpacer_2">
 
193
         <property name="orientation">
 
194
          <enum>Qt::Vertical</enum>
 
195
         </property>
 
196
         <property name="sizeHint" stdset="0">
 
197
          <size>
 
198
           <width>20</width>
 
199
           <height>40</height>
 
200
          </size>
 
201
         </property>
 
202
        </spacer>
 
203
       </item>
 
204
      </layout>
 
205
     </widget>
 
206
     <widget class="QWidget" name="tab_3">
 
207
      <attribute name="title">
 
208
       <string>Content</string>
 
209
      </attribute>
 
210
      <layout class="QVBoxLayout" name="verticalLayout_9">
 
211
       <item>
 
212
        <widget class="QGroupBox" name="groupBox_4">
 
213
         <property name="title">
 
214
          <string>File contains:</string>
 
215
         </property>
 
216
         <layout class="QVBoxLayout" name="verticalLayout_8">
 
217
          <item>
 
218
           <widget class="QLineEdit" name="contentPattern"/>
 
219
          </item>
 
220
          <item>
 
221
           <widget class="QCheckBox" name="contentCaseInsensitive">
 
222
            <property name="text">
 
223
             <string>Case insensiti&amp;ve</string>
 
224
            </property>
 
225
           </widget>
 
226
          </item>
 
227
          <item>
 
228
           <widget class="QCheckBox" name="contentRegExp">
 
229
            <property name="text">
 
230
             <string>&amp;Use regular expression</string>
 
231
            </property>
 
232
           </widget>
 
233
          </item>
 
234
         </layout>
 
235
        </widget>
 
236
       </item>
 
237
       <item>
 
238
        <spacer name="verticalSpacer_3">
 
239
         <property name="orientation">
 
240
          <enum>Qt::Vertical</enum>
 
241
         </property>
 
242
         <property name="sizeHint" stdset="0">
 
243
          <size>
 
244
           <width>20</width>
 
245
           <height>186</height>
 
246
          </size>
 
247
         </property>
 
248
        </spacer>
 
249
       </item>
 
250
      </layout>
 
251
     </widget>
 
252
     <widget class="QWidget" name="tab_4">
 
253
      <attribute name="title">
 
254
       <string>Properties</string>
 
255
      </attribute>
 
256
      <layout class="QVBoxLayout" name="verticalLayout_10">
 
257
       <item>
 
258
        <widget class="QGroupBox" name="groupBox_5">
 
259
         <property name="title">
 
260
          <string>File Size:</string>
 
261
         </property>
 
262
         <layout class="QFormLayout" name="formLayout">
 
263
          <item row="0" column="0">
 
264
           <widget class="QCheckBox" name="largerThan">
 
265
            <property name="text">
 
266
             <string>Larger than:</string>
 
267
            </property>
 
268
           </widget>
 
269
          </item>
 
270
          <item row="0" column="1">
 
271
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 
272
            <item>
 
273
             <widget class="QSpinBox" name="minSize"/>
 
274
            </item>
 
275
            <item>
 
276
             <widget class="QComboBox" name="minSizeUnit">
 
277
              <property name="currentIndex">
 
278
               <number>2</number>
 
279
              </property>
 
280
              <item>
 
281
               <property name="text">
 
282
                <string>Bytes</string>
 
283
               </property>
 
284
              </item>
 
285
              <item>
 
286
               <property name="text">
 
287
                <string>KiB</string>
 
288
               </property>
 
289
              </item>
 
290
              <item>
 
291
               <property name="text">
 
292
                <string>MiB</string>
 
293
               </property>
 
294
              </item>
 
295
              <item>
 
296
               <property name="text">
 
297
                <string>GiB</string>
 
298
               </property>
 
299
              </item>
 
300
             </widget>
 
301
            </item>
 
302
           </layout>
 
303
          </item>
 
304
          <item row="1" column="0">
 
305
           <widget class="QCheckBox" name="smallerThan">
 
306
            <property name="text">
 
307
             <string>Smaller than:</string>
 
308
            </property>
 
309
           </widget>
 
310
          </item>
 
311
          <item row="1" column="1">
 
312
           <layout class="QHBoxLayout" name="horizontalLayout_3">
 
313
            <item>
 
314
             <widget class="QSpinBox" name="maxSize"/>
 
315
            </item>
 
316
            <item>
 
317
             <widget class="QComboBox" name="maxSizeUnit">
 
318
              <property name="currentIndex">
 
319
               <number>2</number>
 
320
              </property>
 
321
              <item>
 
322
               <property name="text">
 
323
                <string>Bytes</string>
 
324
               </property>
 
325
              </item>
 
326
              <item>
 
327
               <property name="text">
 
328
                <string>KiB</string>
 
329
               </property>
 
330
              </item>
 
331
              <item>
 
332
               <property name="text">
 
333
                <string>MiB</string>
 
334
               </property>
 
335
              </item>
 
336
              <item>
 
337
               <property name="text">
 
338
                <string>GiB</string>
 
339
               </property>
 
340
              </item>
 
341
             </widget>
 
342
            </item>
 
343
           </layout>
 
344
          </item>
 
345
         </layout>
 
346
        </widget>
 
347
       </item>
 
348
       <item>
 
349
        <widget class="QGroupBox" name="groupBox_6">
 
350
         <property name="title">
 
351
          <string>Last Modified Time:</string>
 
352
         </property>
 
353
         <layout class="QFormLayout" name="formLayout_2">
 
354
          <item row="0" column="0">
 
355
           <widget class="QCheckBox" name="earlierThan">
 
356
            <property name="text">
 
357
             <string>Earlier than:</string>
 
358
            </property>
 
359
           </widget>
 
360
          </item>
 
361
          <item row="1" column="0">
 
362
           <widget class="QCheckBox" name="laterThan">
 
363
            <property name="text">
 
364
             <string>Later than:</string>
 
365
            </property>
 
366
           </widget>
 
367
          </item>
 
368
          <item row="0" column="1">
 
369
           <widget class="QDateEdit" name="maxTime">
 
370
            <property name="calendarPopup">
 
371
             <bool>true</bool>
 
372
            </property>
 
373
           </widget>
 
374
          </item>
 
375
          <item row="1" column="1">
 
376
           <widget class="QDateEdit" name="minTime">
 
377
            <property name="calendarPopup">
 
378
             <bool>true</bool>
 
379
            </property>
 
380
           </widget>
 
381
          </item>
 
382
         </layout>
 
383
        </widget>
 
384
       </item>
 
385
       <item>
 
386
        <spacer name="verticalSpacer_4">
 
387
         <property name="orientation">
 
388
          <enum>Qt::Vertical</enum>
 
389
         </property>
 
390
         <property name="sizeHint" stdset="0">
 
391
          <size>
 
392
           <width>20</width>
 
393
           <height>40</height>
 
394
          </size>
 
395
         </property>
 
396
        </spacer>
 
397
       </item>
 
398
      </layout>
 
399
     </widget>
 
400
    </widget>
 
401
   </item>
 
402
   <item>
 
403
    <widget class="QDialogButtonBox" name="buttonBox">
 
404
     <property name="orientation">
 
405
      <enum>Qt::Horizontal</enum>
 
406
     </property>
 
407
     <property name="standardButtons">
 
408
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
409
     </property>
 
410
    </widget>
 
411
   </item>
 
412
  </layout>
 
413
 </widget>
 
414
 <resources/>
 
415
 <connections>
 
416
  <connection>
 
417
   <sender>buttonBox</sender>
 
418
   <signal>accepted()</signal>
 
419
   <receiver>SearchDialog</receiver>
 
420
   <slot>accept()</slot>
 
421
   <hints>
 
422
    <hint type="sourcelabel">
 
423
     <x>248</x>
 
424
     <y>254</y>
 
425
    </hint>
 
426
    <hint type="destinationlabel">
 
427
     <x>157</x>
 
428
     <y>274</y>
 
429
    </hint>
 
430
   </hints>
 
431
  </connection>
 
432
  <connection>
 
433
   <sender>buttonBox</sender>
 
434
   <signal>rejected()</signal>
 
435
   <receiver>SearchDialog</receiver>
 
436
   <slot>reject()</slot>
 
437
   <hints>
 
438
    <hint type="sourcelabel">
 
439
     <x>316</x>
 
440
     <y>260</y>
 
441
    </hint>
 
442
    <hint type="destinationlabel">
 
443
     <x>286</x>
 
444
     <y>274</y>
 
445
    </hint>
 
446
   </hints>
 
447
  </connection>
 
448
 </connections>
 
449
</ui>