|
a/src/qtgui/ssearchb.ui |
|
b/src/qtgui/ssearchb.ui |
|
... |
|
... |
70 |
</property>
|
70 |
</property>
|
71 |
<property name="toolTip" stdset="0">
|
71 |
<property name="toolTip" stdset="0">
|
72 |
<string>Choose type of search: any term, all terms, filename with possible wildcards.</string>
|
72 |
<string>Choose type of search: any term, all terms, filename with possible wildcards.</string>
|
73 |
</property>
|
73 |
</property>
|
74 |
</widget>
|
74 |
</widget>
|
75 |
<widget class="QLineEdit">
|
75 |
<widget class="QComboBox">
|
76 |
<property name="name">
|
76 |
<property name="name">
|
77 |
<cstring>queryText</cstring>
|
77 |
<cstring>queryText</cstring>
|
78 |
</property>
|
78 |
</property>
|
79 |
<property name="sizePolicy">
|
79 |
<property name="sizePolicy">
|
80 |
<sizepolicy>
|
80 |
<sizepolicy>
|
|
... |
|
... |
88 |
<size>
|
88 |
<size>
|
89 |
<width>155</width>
|
89 |
<width>155</width>
|
90 |
<height>0</height>
|
90 |
<height>0</height>
|
91 |
</size>
|
91 |
</size>
|
92 |
</property>
|
92 |
</property>
|
93 |
<property name="frameShape">
|
93 |
<property name="editable">
|
94 |
<enum>LineEditPanel</enum>
|
94 |
<bool>true</bool>
|
95 |
</property>
|
95 |
</property>
|
|
|
96 |
<property name="sizeLimit">
|
|
|
97 |
<number>20</number>
|
|
|
98 |
</property>
|
96 |
<property name="frameShadow">
|
99 |
<property name="maxCount">
|
|
|
100 |
<number>30</number>
|
|
|
101 |
</property>
|
|
|
102 |
<property name="insertionPolicy">
|
97 |
<enum>Sunken</enum>
|
103 |
<enum>AtTop</enum>
|
|
|
104 |
</property>
|
|
|
105 |
<property name="duplicatesEnabled">
|
|
|
106 |
<bool>false</bool>
|
98 |
</property>
|
107 |
</property>
|
99 |
<property name="toolTip" stdset="0">
|
108 |
<property name="toolTip" stdset="0">
|
100 |
<string>Enter search terms here</string>
|
109 |
<string>Enter search terms here</string>
|
101 |
</property>
|
110 |
</property>
|
102 |
</widget>
|
111 |
</widget>
|
|
... |
|
... |
108 |
<connection>
|
117 |
<connection>
|
109 |
<sender>searchPB</sender>
|
118 |
<sender>searchPB</sender>
|
110 |
<signal>clicked()</signal>
|
119 |
<signal>clicked()</signal>
|
111 |
<receiver>SSearchBase</receiver>
|
120 |
<receiver>SSearchBase</receiver>
|
112 |
<slot>startSimpleSearch()</slot>
|
121 |
<slot>startSimpleSearch()</slot>
|
113 |
</connection>
|
|
|
114 |
<connection>
|
|
|
115 |
<sender>queryText</sender>
|
|
|
116 |
<signal>returnPressed()</signal>
|
|
|
117 |
<receiver>SSearchBase</receiver>
|
|
|
118 |
<slot>startSimpleSearch()</slot>
|
|
|
119 |
</connection>
|
|
|
120 |
<connection>
|
|
|
121 |
<sender>queryText</sender>
|
|
|
122 |
<signal>textChanged(const QString&)</signal>
|
|
|
123 |
<receiver>SSearchBase</receiver>
|
|
|
124 |
<slot>searchTextChanged(const QString&)</slot>
|
|
|
125 |
</connection>
|
|
|
126 |
<connection>
|
|
|
127 |
<sender>clearqPB</sender>
|
|
|
128 |
<signal>clicked()</signal>
|
|
|
129 |
<receiver>queryText</receiver>
|
|
|
130 |
<slot>clear()</slot>
|
|
|
131 |
</connection>
|
122 |
</connection>
|
132 |
</connections>
|
123 |
</connections>
|
133 |
<includes>
|
124 |
<includes>
|
134 |
<include location="local" impldecl="in declaration">recoll.h</include>
|
125 |
<include location="local" impldecl="in declaration">recoll.h</include>
|
135 |
<include location="local" impldecl="in declaration">searchdata.h</include>
|
126 |
<include location="local" impldecl="in declaration">searchdata.h</include>
|
|
... |
|
... |
143 |
<slot>searchTextChanged( const QString & text )</slot>
|
134 |
<slot>searchTextChanged( const QString & text )</slot>
|
144 |
<slot>startSimpleSearch()</slot>
|
135 |
<slot>startSimpleSearch()</slot>
|
145 |
</slots>
|
136 |
</slots>
|
146 |
<functions>
|
137 |
<functions>
|
147 |
<function>init()</function>
|
138 |
<function>init()</function>
|
|
|
139 |
<function>setAnyTermMode()</function>
|
148 |
<function>completion()</function>
|
140 |
<function>completion()</function>
|
149 |
<function returnType="bool">event( QEvent * evt )</function>
|
141 |
<function returnType="bool">event( QEvent * evt )</function>
|
150 |
<function>setAnyTermMode()</function>
|
|
|
151 |
</functions>
|
142 |
</functions>
|
152 |
<layoutdefaults spacing="6" margin="0"/>
|
143 |
<layoutdefaults spacing="6" margin="0"/>
|
153 |
</UI>
|
144 |
</UI>
|