*** empty log message ***

This commit is contained in:
dockes 2006-06-29 11:05:57 +00:00
parent 26dbbb686a
commit ed7dde42c6

View File

@ -30,14 +30,6 @@
<string>Recoll</string> <string>Recoll</string>
</property> </property>
<widget class="QWidget" name="widget" > <widget class="QWidget" name="widget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>64</y>
<width>681</width>
<height>180</height>
</rect>
</property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout" >
<property name="margin" > <property name="margin" >
<number>11</number> <number>11</number>
@ -82,33 +74,23 @@
</layout> </layout>
</widget> </widget>
<widget class="QToolBar" name="Toolbar" > <widget class="QToolBar" name="Toolbar" >
<property name="geometry" > <property name="orientation" >
<rect> <enum>Qt::Horizontal</enum>
<x>0</x>
<y>0</y>
<width>118</width>
<height>35</height>
</rect>
</property>
<property name="label" >
<string>Search tools</string>
</property> </property>
<attribute name="toolBarArea" >
<number>4</number>
</attribute>
<addaction name="toolsAdvanced_SearchAction" /> <addaction name="toolsAdvanced_SearchAction" />
<addaction name="toolsSort_parametersAction" /> <addaction name="toolsSort_parametersAction" />
<addaction name="toolsDoc_HistoryAction" /> <addaction name="toolsDoc_HistoryAction" />
</widget> </widget>
<widget class="QToolBar" name="Toolbar1" > <widget class="QToolBar" name="Toolbar1" >
<property name="geometry" > <property name="orientation" >
<rect> <enum>Qt::Horizontal</enum>
<x>118</x>
<y>0</y>
<width>85</width>
<height>35</height>
</rect>
</property>
<property name="label" >
<string>Result list</string>
</property> </property>
<attribute name="toolBarArea" >
<number>4</number>
</attribute>
<addaction name="prevPageAction" /> <addaction name="prevPageAction" />
<addaction name="nextPageAction" /> <addaction name="nextPageAction" />
</widget> </widget>
@ -118,17 +100,9 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>681</width> <width>681</width>
<height>29</height> <height>27</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="fileMenu" >
<property name="title" >
<string>&amp;File</string>
</property>
<addaction name="fileStart_IndexingAction" />
<addaction name="separator" />
<addaction name="fileExitAction" />
</widget>
<widget class="QMenu" name="Tools" > <widget class="QMenu" name="Tools" >
<property name="title" > <property name="title" >
<string>&amp;Tools</string> <string>&amp;Tools</string>
@ -151,6 +125,14 @@
<addaction name="separator" /> <addaction name="separator" />
<addaction name="helpAbout_RecollAction" /> <addaction name="helpAbout_RecollAction" />
</widget> </widget>
<widget class="QMenu" name="fileMenu" >
<property name="title" >
<string>&amp;File</string>
</property>
<addaction name="fileStart_IndexingAction" />
<addaction name="separator" />
<addaction name="fileExitAction" />
</widget>
<addaction name="fileMenu" /> <addaction name="fileMenu" />
<addaction name="Tools" /> <addaction name="Tools" />
<addaction name="Preferences" /> <addaction name="Preferences" />
@ -194,7 +176,7 @@
</action> </action>
<action name="toolsDoc_HistoryAction" > <action name="toolsDoc_HistoryAction" >
<property name="icon" > <property name="icon" >
<iconset>images/history.png</iconset> <iconset resource="icons.qrc" >:/icons/images/history.png</iconset>
</property> </property>
<property name="text" > <property name="text" >
<string>Document &amp;History</string> <string>Document &amp;History</string>
@ -208,7 +190,7 @@
</action> </action>
<action name="toolsAdvanced_SearchAction" > <action name="toolsAdvanced_SearchAction" >
<property name="icon" > <property name="icon" >
<iconset>images/asearch.png</iconset> <iconset resource="icons.qrc" >:/icons/images/asearch.png</iconset>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Advanced Search</string> <string>&amp;Advanced Search</string>
@ -222,7 +204,7 @@
</action> </action>
<action name="toolsSort_parametersAction" > <action name="toolsSort_parametersAction" >
<property name="icon" > <property name="icon" >
<iconset>images/sortparms.png</iconset> <iconset resource="icons.qrc" >:/icons/images/sortparms.png</iconset>
</property> </property>
<property name="text" > <property name="text" >
<string>&amp;Sort parameters</string> <string>&amp;Sort parameters</string>
@ -239,7 +221,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon" > <property name="icon" >
<iconset>images/nextpage.png</iconset> <iconset resource="icons.qrc" >:/icons/images/nextpage.png</iconset>
</property> </property>
<property name="iconText" > <property name="iconText" >
<string>Next page</string> <string>Next page</string>
@ -253,7 +235,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="icon" > <property name="icon" >
<iconset>images/prevpage.png</iconset> <iconset resource="icons.qrc" >:/icons/images/prevpage.png</iconset>
</property> </property>
<property name="iconText" > <property name="iconText" >
<string>Previous page</string> <string>Previous page</string>