This commit is contained in:
dockes 2006-12-21 09:21:50 +00:00
parent a32ecfe60e
commit 432509dd42
2 changed files with 561 additions and 503 deletions

View File

@ -15,25 +15,18 @@
<property name="caption"> <property name="caption">
<string>Advanced search</string> <string>Advanced search</string>
</property> </property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>4</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout18</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLayoutWidget"> <widget class="QLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout17</cstring> <cstring>layout17</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>5</y>
<width>505</width>
<height>165</height>
</rect>
</property>
<hbox> <hbox>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
@ -189,6 +182,14 @@
<property name="name"> <property name="name">
<cstring>line2</cstring> <cstring>line2</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>176</y>
<width>505</width>
<height>16</height>
</rect>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>HLine</enum> <enum>HLine</enum>
</property> </property>
@ -199,69 +200,18 @@
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout25</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>restrictFtCB</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Restrict file types</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>restrictCtCB</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>By categories</string>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>saveFileTypesPB</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Save as default</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="QLayoutWidget"> <widget class="QLayoutWidget">
<property name="name"> <property name="name">
<cstring>filTypHB</cstring> <cstring>filTypHB</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>223</y>
<width>505</width>
<height>130</height>
</rect>
</property>
<hbox> <hbox>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
@ -417,6 +367,14 @@
<property name="name"> <property name="name">
<cstring>line3</cstring> <cstring>line3</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>359</y>
<width>505</width>
<height>16</height>
</rect>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>HLine</enum> <enum>HLine</enum>
</property> </property>
@ -431,6 +389,14 @@
<property name="name"> <property name="name">
<cstring>layoutFT</cstring> <cstring>layoutFT</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>368</y>
<width>505</width>
<height>55</height>
</rect>
</property>
<grid> <grid>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
@ -494,6 +460,14 @@
<property name="name"> <property name="name">
<cstring>line1</cstring> <cstring>line1</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>429</y>
<width>505</width>
<height>16</height>
</rect>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>HLine</enum> <enum>HLine</enum>
</property> </property>
@ -508,6 +482,14 @@
<property name="name"> <property name="name">
<cstring>layout26</cstring> <cstring>layout26</cstring>
</property> </property>
<property name="geometry">
<rect>
<x>5</x>
<y>438</y>
<width>505</width>
<height>32</height>
</rect>
</property>
<hbox> <hbox>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
@ -533,9 +515,85 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
</vbox> <widget class="QCheckBox">
<property name="name">
<cstring>restrictFtCB</cstring>
</property>
<property name="geometry">
<rect>
<x>6</x>
<y>190</y>
<width>189</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Restrict file types</string>
</property>
<property name="toolTip" stdset="0">
<string>Check this to enable filtering on file types</string>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>saveFileTypesPB</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>396</x>
<y>186</y>
<width>113</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Save as default</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>restrictCtCB</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>201</x>
<y>190</y>
<width>189</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>By categories</string>
</property>
<property name="toolTip" stdset="0">
<string>Check this to use file categories instead of raw mime types</string>
</property>
</widget> </widget>
</vbox>
</widget> </widget>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -109,7 +109,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip" stdset="0"> <property name="toolTip" stdset="0">
<string>Enter search terms here. CTRL-TAB for completions of current term.</string> <string>Enter search terms here. Type ESC SPC for completions of current term.</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>