|
a/src/qtgui/advsearch.ui |
|
b/src/qtgui/advsearch.ui |
|
... |
|
... |
40 |
</property>
|
40 |
</property>
|
41 |
<widget class="QLabel">
|
41 |
<widget class="QLabel">
|
42 |
<property name="name">
|
42 |
<property name="name">
|
43 |
<cstring>textLabel2</cstring>
|
43 |
<cstring>textLabel2</cstring>
|
44 |
</property>
|
44 |
</property>
|
|
|
45 |
<property name="margin">
|
|
|
46 |
<number>7</number>
|
|
|
47 |
</property>
|
45 |
<property name="text">
|
48 |
<property name="text">
|
46 |
<string>Search For</string>
|
49 |
<string>Search for files<br>having all of:</string>
|
|
|
50 |
</property>
|
|
|
51 |
<property name="toolTip" stdset="0">
|
|
|
52 |
<string>All non blank fields will be combined with AND conjunctions</string>
|
47 |
</property>
|
53 |
</property>
|
48 |
</widget>
|
54 |
</widget>
|
49 |
<widget class="QLayoutWidget">
|
55 |
<widget class="QLayoutWidget">
|
50 |
<property name="name">
|
56 |
<property name="name">
|
51 |
<cstring>layout10</cstring>
|
57 |
<cstring>layout10</cstring>
|
52 |
</property>
|
58 |
</property>
|
53 |
<grid>
|
59 |
<grid>
|
54 |
<property name="name">
|
60 |
<property name="name">
|
55 |
<cstring>unnamed</cstring>
|
61 |
<cstring>unnamed</cstring>
|
56 |
</property>
|
62 |
</property>
|
|
|
63 |
<property name="margin">
|
|
|
64 |
<number>8</number>
|
|
|
65 |
</property>
|
57 |
<widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
|
66 |
<widget class="QLabel" row="2" column="0">
|
58 |
<property name="name">
|
67 |
<property name="name">
|
59 |
<cstring>orWordsTL</cstring>
|
68 |
<cstring>orWordsTL</cstring>
|
60 |
</property>
|
69 |
</property>
|
61 |
<property name="text">
|
70 |
<property name="text">
|
62 |
<string>Any of these words</string>
|
71 |
<string>Any of these words</string>
|
63 |
</property>
|
72 |
</property>
|
64 |
</widget>
|
73 |
</widget>
|
65 |
<widget class="QLineEdit" row="2" column="2">
|
74 |
<widget class="QLineEdit" row="2" column="1">
|
66 |
<property name="name">
|
75 |
<property name="name">
|
67 |
<cstring>orWordsLE</cstring>
|
76 |
<cstring>orWordsLE</cstring>
|
68 |
</property>
|
77 |
</property>
|
69 |
</widget>
|
78 |
</widget>
|
70 |
<widget class="QLabel" row="4" column="0">
|
79 |
<widget class="QLabel" row="4" column="0">
|
71 |
<property name="name">
|
80 |
<property name="name">
|
72 |
<cstring>textLabel1_2</cstring>
|
81 |
<cstring>textLabel1_2</cstring>
|
73 |
</property>
|
82 |
</property>
|
74 |
<property name="text">
|
83 |
<property name="text">
|
75 |
<string>File name</string>
|
84 |
<string>File name matching</string>
|
76 |
</property>
|
|
|
77 |
</widget>
|
85 |
</property>
|
|
|
86 |
</widget>
|
78 |
<widget class="QLineEdit" row="4" column="2">
|
87 |
<widget class="QLineEdit" row="4" column="1">
|
79 |
<property name="name">
|
88 |
<property name="name">
|
80 |
<cstring>fileNameLE</cstring>
|
89 |
<cstring>fileNameLE</cstring>
|
81 |
</property>
|
90 |
</property>
|
82 |
</widget>
|
91 |
</widget>
|
83 |
<widget class="QLabel" row="3" column="0" rowspan="1" colspan="2">
|
92 |
<widget class="QLabel" row="3" column="0">
|
84 |
<property name="name">
|
93 |
<property name="name">
|
85 |
<cstring>noWordsTL</cstring>
|
94 |
<cstring>noWordsTL</cstring>
|
86 |
</property>
|
95 |
</property>
|
87 |
<property name="text">
|
96 |
<property name="text">
|
88 |
<string>None of these words</string>
|
97 |
<string>None of these words</string>
|
89 |
</property>
|
98 |
</property>
|
90 |
</widget>
|
99 |
</widget>
|
91 |
<widget class="QLineEdit" row="3" column="2">
|
100 |
<widget class="QLineEdit" row="3" column="1">
|
92 |
<property name="name">
|
101 |
<property name="name">
|
93 |
<cstring>noWordsLE</cstring>
|
102 |
<cstring>noWordsLE</cstring>
|
94 |
</property>
|
103 |
</property>
|
95 |
<property name="text">
|
|
|
96 |
<string></string>
|
|
|
97 |
</property>
|
|
|
98 |
</widget>
|
104 |
</widget>
|
99 |
<widget class="QLabel" row="0" column="0">
|
105 |
<widget class="QLabel" row="0" column="0">
|
100 |
<property name="name">
|
106 |
<property name="name">
|
101 |
<cstring>andWordsTL</cstring>
|
107 |
<cstring>andWordsTL</cstring>
|
102 |
</property>
|
108 |
</property>
|
103 |
<property name="frameShape">
|
|
|
104 |
<enum>NoFrame</enum>
|
|
|
105 |
</property>
|
|
|
106 |
<property name="frameShadow">
|
|
|
107 |
<enum>Plain</enum>
|
|
|
108 |
</property>
|
|
|
109 |
<property name="text">
|
109 |
<property name="text">
|
110 |
<string>All these words</string>
|
110 |
<string>All these words</string>
|
111 |
</property>
|
111 |
</property>
|
112 |
</widget>
|
112 |
</widget>
|
113 |
<widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
|
113 |
<widget class="QLineEdit" row="0" column="1">
|
114 |
<property name="name">
|
114 |
<property name="name">
|
115 |
<cstring>andWordsLE</cstring>
|
115 |
<cstring>andWordsLE</cstring>
|
116 |
</property>
|
116 |
</property>
|
117 |
<property name="minimumSize">
|
|
|
118 |
<size>
|
|
|
119 |
<width>250</width>
|
|
|
120 |
<height>0</height>
|
|
|
121 |
</size>
|
117 |
</widget>
|
122 |
</property>
|
|
|
123 |
</widget>
|
|
|
124 |
<widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
|
118 |
<widget class="QLabel" row="1" column="0">
|
125 |
<property name="name">
|
119 |
<property name="name">
|
126 |
<cstring>phraseTL</cstring>
|
120 |
<cstring>phraseTL</cstring>
|
127 |
</property>
|
121 |
</property>
|
128 |
<property name="text">
|
122 |
<property name="text">
|
129 |
<string>This exact phrase</string>
|
123 |
<string>This exact phrase</string>
|
130 |
</property>
|
124 |
</property>
|
131 |
</widget>
|
125 |
</widget>
|
132 |
<widget class="QLineEdit" row="1" column="2">
|
126 |
<widget class="QLineEdit" row="1" column="1">
|
133 |
<property name="name">
|
127 |
<property name="name">
|
134 |
<cstring>phraseLE</cstring>
|
128 |
<cstring>phraseLE</cstring>
|
135 |
</property>
|
129 |
</property>
|
136 |
</widget>
|
130 |
</widget>
|
137 |
</grid>
|
131 |
</grid>
|