*** empty log message ***

This commit is contained in:
dockes 2006-01-22 07:41:49 +00:00
parent 631ef6d926
commit 17747918eb

View File

@ -8,10 +8,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>563</width> <width>516</width>
<height>560</height> <height>48</height>
</rect> </rect>
</property> </property>
<property name="caption">
<string>SSearchBase</string>
</property>
<vbox> <vbox>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
@ -105,8 +108,33 @@
</vbox> </vbox>
</widget> </widget>
<connections> <connections>
<connection>
<sender>searchPB</sender>
<signal>clicked()</signal>
<receiver>SSearchBase</receiver>
<slot>startSimpleSearch()</slot>
</connection>
<connection>
<sender>queryText</sender>
<signal>returnPressed()</signal>
<receiver>SSearchBase</receiver>
<slot>startSimpleSearch()</slot>
</connection>
<connection>
<sender>queryText</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>SSearchBase</receiver>
<slot>searchTextChanged(const QString&amp;)</slot>
</connection>
<connection>
<sender>clearqPB</sender>
<signal>clicked()</signal>
<receiver>queryText</receiver>
<slot>clear()</slot>
</connection>
</connections> </connections>
<includes> <includes>
<include location="local" impldecl="in declaration">recoll.h</include>
<include location="local" impldecl="in implementation">ssearchb.ui.h</include> <include location="local" impldecl="in implementation">ssearchb.ui.h</include>
</includes> </includes>
<signals> <signals>
@ -116,7 +144,5 @@
<slot>searchTextChanged( const QString &amp; text )</slot> <slot>searchTextChanged( const QString &amp; text )</slot>
<slot>startSimpleSearch()</slot> <slot>startSimpleSearch()</slot>
</slots> </slots>
<functions>
</functions>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
</UI> </UI>