Switch to unified view

a/src/qt4gui/recollmain.ui b/src/qt4gui/recollmain.ui
...
...
28
  </property>
28
  </property>
29
  <property name="windowTitle" >
29
  <property name="windowTitle" >
30
   <string>Recoll</string>
30
   <string>Recoll</string>
31
  </property>
31
  </property>
32
  <widget class="QWidget" name="widget" >
32
  <widget class="QWidget" name="widget" >
33
   <property name="geometry" >
34
    <rect>
35
     <x>0</x>
36
     <y>64</y>
37
     <width>681</width>
38
     <height>180</height>
39
    </rect>
40
   </property>
41
   <layout class="QVBoxLayout" >
33
   <layout class="QVBoxLayout" >
42
    <property name="margin" >
34
    <property name="margin" >
43
     <number>11</number>
35
     <number>11</number>
44
    </property>
36
    </property>
45
    <property name="spacing" >
37
    <property name="spacing" >
...
...
80
     </layout>
72
     </layout>
81
    </item>
73
    </item>
82
   </layout>
74
   </layout>
83
  </widget>
75
  </widget>
84
  <widget class="QToolBar" name="Toolbar" >
76
  <widget class="QToolBar" name="Toolbar" >
85
   <property name="geometry" >
86
    <rect>
87
     <x>0</x>
88
     <y>0</y>
89
     <width>118</width>
90
     <height>35</height>
91
    </rect>
92
   </property>
93
   <property name="label" >
77
   <property name="orientation" >
94
    <string>Search tools</string>
78
    <enum>Qt::Horizontal</enum>
95
   </property>
79
   </property>
80
   <attribute name="toolBarArea" >
81
    <number>4</number>
82
   </attribute>
96
   <addaction name="toolsAdvanced_SearchAction" />
83
   <addaction name="toolsAdvanced_SearchAction" />
97
   <addaction name="toolsSort_parametersAction" />
84
   <addaction name="toolsSort_parametersAction" />
98
   <addaction name="toolsDoc_HistoryAction" />
85
   <addaction name="toolsDoc_HistoryAction" />
99
  </widget>
86
  </widget>
100
  <widget class="QToolBar" name="Toolbar1" >
87
  <widget class="QToolBar" name="Toolbar1" >
101
   <property name="geometry" >
102
    <rect>
103
     <x>118</x>
104
     <y>0</y>
105
     <width>85</width>
106
     <height>35</height>
107
    </rect>
108
   </property>
109
   <property name="label" >
88
   <property name="orientation" >
110
    <string>Result list</string>
89
    <enum>Qt::Horizontal</enum>
111
   </property>
90
   </property>
91
   <attribute name="toolBarArea" >
92
    <number>4</number>
93
   </attribute>
112
   <addaction name="prevPageAction" />
94
   <addaction name="prevPageAction" />
113
   <addaction name="nextPageAction" />
95
   <addaction name="nextPageAction" />
114
  </widget>
96
  </widget>
115
  <widget class="QMenuBar" name="MenuBar" >
97
  <widget class="QMenuBar" name="MenuBar" >
116
   <property name="geometry" >
98
   <property name="geometry" >
117
    <rect>
99
    <rect>
118
     <x>0</x>
100
     <x>0</x>
119
     <y>0</y>
101
     <y>0</y>
120
     <width>681</width>
102
     <width>681</width>
121
     <height>29</height>
103
     <height>27</height>
122
    </rect>
104
    </rect>
123
   </property>
105
   </property>
124
   <widget class="QMenu" name="fileMenu" >
125
    <property name="title" >
126
     <string>&amp;File</string>
127
    </property>
128
    <addaction name="fileStart_IndexingAction" />
129
    <addaction name="separator" />
130
    <addaction name="fileExitAction" />
131
   </widget>
132
   <widget class="QMenu" name="Tools" >
106
   <widget class="QMenu" name="Tools" >
133
    <property name="title" >
107
    <property name="title" >
134
     <string>&amp;Tools</string>
108
     <string>&amp;Tools</string>
135
    </property>
109
    </property>
136
    <addaction name="toolsDoc_HistoryAction" />
110
    <addaction name="toolsDoc_HistoryAction" />
...
...
148
     <string>&amp;Help</string>
122
     <string>&amp;Help</string>
149
    </property>
123
    </property>
150
    <addaction name="userManualAction" />
124
    <addaction name="userManualAction" />
151
    <addaction name="separator" />
125
    <addaction name="separator" />
152
    <addaction name="helpAbout_RecollAction" />
126
    <addaction name="helpAbout_RecollAction" />
127
   </widget>
128
   <widget class="QMenu" name="fileMenu" >
129
    <property name="title" >
130
     <string>&amp;File</string>
131
    </property>
132
    <addaction name="fileStart_IndexingAction" />
133
    <addaction name="separator" />
134
    <addaction name="fileExitAction" />
153
   </widget>
135
   </widget>
154
   <addaction name="fileMenu" />
136
   <addaction name="fileMenu" />
155
   <addaction name="Tools" />
137
   <addaction name="Tools" />
156
   <addaction name="Preferences" />
138
   <addaction name="Preferences" />
157
   <addaction name="separator" />
139
   <addaction name="separator" />
...
...
192
    <string>User manual</string>
174
    <string>User manual</string>
193
   </property>
175
   </property>
194
  </action>
176
  </action>
195
  <action name="toolsDoc_HistoryAction" >
177
  <action name="toolsDoc_HistoryAction" >
196
   <property name="icon" >
178
   <property name="icon" >
197
    <iconset>images/history.png</iconset>
179
    <iconset resource="icons.qrc" >:/icons/images/history.png</iconset>
198
   </property>
180
   </property>
199
   <property name="text" >
181
   <property name="text" >
200
    <string>Document &amp;History</string>
182
    <string>Document &amp;History</string>
201
   </property>
183
   </property>
202
   <property name="iconText" >
184
   <property name="iconText" >
...
...
206
    <string>Document  History</string>
188
    <string>Document  History</string>
207
   </property>
189
   </property>
208
  </action>
190
  </action>
209
  <action name="toolsAdvanced_SearchAction" >
191
  <action name="toolsAdvanced_SearchAction" >
210
   <property name="icon" >
192
   <property name="icon" >
211
    <iconset>images/asearch.png</iconset>
193
    <iconset resource="icons.qrc" >:/icons/images/asearch.png</iconset>
212
   </property>
194
   </property>
213
   <property name="text" >
195
   <property name="text" >
214
    <string>&amp;Advanced Search</string>
196
    <string>&amp;Advanced Search</string>
215
   </property>
197
   </property>
216
   <property name="iconText" >
198
   <property name="iconText" >
...
...
220
    <string>Advanced/complex  Search</string>
202
    <string>Advanced/complex  Search</string>
221
   </property>
203
   </property>
222
  </action>
204
  </action>
223
  <action name="toolsSort_parametersAction" >
205
  <action name="toolsSort_parametersAction" >
224
   <property name="icon" >
206
   <property name="icon" >
225
    <iconset>images/sortparms.png</iconset>
207
    <iconset resource="icons.qrc" >:/icons/images/sortparms.png</iconset>
226
   </property>
208
   </property>
227
   <property name="text" >
209
   <property name="text" >
228
    <string>&amp;Sort parameters</string>
210
    <string>&amp;Sort parameters</string>
229
   </property>
211
   </property>
230
   <property name="iconText" >
212
   <property name="iconText" >
...
...
237
  <action name="nextPageAction" >
219
  <action name="nextPageAction" >
238
   <property name="enabled" >
220
   <property name="enabled" >
239
    <bool>false</bool>
221
    <bool>false</bool>
240
   </property>
222
   </property>
241
   <property name="icon" >
223
   <property name="icon" >
242
    <iconset>images/nextpage.png</iconset>
224
    <iconset resource="icons.qrc" >:/icons/images/nextpage.png</iconset>
243
   </property>
225
   </property>
244
   <property name="iconText" >
226
   <property name="iconText" >
245
    <string>Next page</string>
227
    <string>Next page</string>
246
   </property>
228
   </property>
247
   <property name="toolTip" >
229
   <property name="toolTip" >
...
...
251
  <action name="prevPageAction" >
233
  <action name="prevPageAction" >
252
   <property name="enabled" >
234
   <property name="enabled" >
253
    <bool>false</bool>
235
    <bool>false</bool>
254
   </property>
236
   </property>
255
   <property name="icon" >
237
   <property name="icon" >
256
    <iconset>images/prevpage.png</iconset>
238
    <iconset resource="icons.qrc" >:/icons/images/prevpage.png</iconset>
257
   </property>
239
   </property>
258
   <property name="iconText" >
240
   <property name="iconText" >
259
    <string>Previous page</string>
241
    <string>Previous page</string>
260
   </property>
242
   </property>
261
   <property name="toolTip" >
243
   <property name="toolTip" >