|
a/src/qtgui/ssearchb.ui |
|
b/src/qtgui/ssearchb.ui |
|
... |
|
... |
73 |
</property>
|
73 |
</property>
|
74 |
<property name="whatsThis" stdset="0">
|
74 |
<property name="whatsThis" stdset="0">
|
75 |
<string>If this is set, each returned document will contain all the terms in the query. Else documents will be ordered by relevance, but may not contain all the terms.</string>
|
75 |
<string>If this is set, each returned document will contain all the terms in the query. Else documents will be ordered by relevance, but may not contain all the terms.</string>
|
76 |
</property>
|
76 |
</property>
|
77 |
</widget>
|
77 |
</widget>
|
|
|
78 |
<widget class="QCheckBox">
|
|
|
79 |
<property name="name">
|
|
|
80 |
<cstring>isFNameCB</cstring>
|
|
|
81 |
</property>
|
|
|
82 |
<property name="text">
|
|
|
83 |
<string>&File name</string>
|
|
|
84 |
</property>
|
|
|
85 |
<property name="accel">
|
|
|
86 |
<string>Alt+F</string>
|
|
|
87 |
</property>
|
|
|
88 |
<property name="toolTip" stdset="0">
|
|
|
89 |
<string>Search is on file names only, and may use wildcards.</string>
|
|
|
90 |
</property>
|
|
|
91 |
<property name="whatsThis" stdset="0">
|
|
|
92 |
<string>If this is set, the search will only be performed on file names. Wildcards ? and * can be used and will be matched as in a shell command line.</string>
|
|
|
93 |
</property>
|
|
|
94 |
</widget>
|
78 |
<widget class="QLineEdit">
|
95 |
<widget class="QLineEdit">
|
79 |
<property name="name">
|
96 |
<property name="name">
|
80 |
<cstring>queryText</cstring>
|
97 |
<cstring>queryText</cstring>
|
81 |
</property>
|
98 |
</property>
|
82 |
<property name="sizePolicy">
|
99 |
<property name="sizePolicy">
|