Switch to unified view

a/src/qtgui/recollmain.ui b/src/qtgui/recollmain.ui
...
...
6
    </property>
6
    </property>
7
    <property name="geometry">
7
    <property name="geometry">
8
        <rect>
8
        <rect>
9
            <x>0</x>
9
            <x>0</x>
10
            <y>0</y>
10
            <y>0</y>
11
            <width>590</width>
11
            <width>631</width>
12
            <height>810</height>
12
            <height>212</height>
13
        </rect>
13
        </rect>
14
    </property>
14
    </property>
15
    <property name="sizePolicy">
15
    <property name="sizePolicy">
16
        <sizepolicy>
16
        <sizepolicy>
17
            <hsizetype>5</hsizetype>
17
            <hsizetype>5</hsizetype>
...
...
180
    <property name="name">
180
    <property name="name">
181
        <cstring>MenuBar</cstring>
181
        <cstring>MenuBar</cstring>
182
    </property>
182
    </property>
183
    <item text="&amp;File" name="fileMenu">
183
    <item text="&amp;File" name="fileMenu">
184
        <separator/>
184
        <separator/>
185
        <separator/>
186
        <action name="fileStart_IndexingAction"/>
185
        <action name="fileStart_IndexingAction"/>
187
        <separator/>
186
        <separator/>
188
        <action name="fileExitAction"/>
187
        <action name="fileExitAction"/>
188
    </item>
189
    <separator/>
190
    <item text="&amp;Help" name="Help">
191
        <separator/>
192
        <action name="helpAbout_RecollAction"/>
189
    </item>
193
    </item>
190
</menubar>
194
</menubar>
191
<toolbars>
195
<toolbars>
192
</toolbars>
196
</toolbars>
193
<actions>
197
<actions>
...
...
214
        </property>
218
        </property>
215
        <property name="menuText">
219
        <property name="menuText">
216
            <string>Start Indexing</string>
220
            <string>Start Indexing</string>
217
        </property>
221
        </property>
218
    </action>
222
    </action>
223
    <action>
224
        <property name="name">
225
            <cstring>helpAbout_RecollAction</cstring>
226
        </property>
227
        <property name="text">
228
            <string>About Recoll</string>
229
        </property>
230
        <property name="menuText">
231
            <string>About Recoll</string>
232
        </property>
233
    </action>
219
</actions>
234
</actions>
220
<connections>
235
<connections>
221
    <connection>
236
    <connection>
222
        <sender>fileExitAction</sender>
237
        <sender>fileExitAction</sender>
223
        <signal>activated()</signal>
238
        <signal>activated()</signal>
...
...
275
    <connection>
290
    <connection>
276
        <sender>advSearchPB</sender>
291
        <sender>advSearchPB</sender>
277
        <signal>clicked()</signal>
292
        <signal>clicked()</signal>
278
        <receiver>RecollMain</receiver>
293
        <receiver>RecollMain</receiver>
279
        <slot>advSearchPB_clicked()</slot>
294
        <slot>advSearchPB_clicked()</slot>
295
    </connection>
296
    <connection>
297
        <sender>helpAbout_RecollAction</sender>
298
        <signal>activated()</signal>
299
        <receiver>RecollMain</receiver>
300
        <slot>showAboutDialog()</slot>
280
    </connection>
301
    </connection>
281
</connections>
302
</connections>
282
<includes>
303
<includes>
283
    <include location="local" impldecl="in declaration">preview.h</include>
304
    <include location="local" impldecl="in declaration">preview.h</include>
284
    <include location="local" impldecl="in declaration">recoll.h</include>
305
    <include location="local" impldecl="in declaration">recoll.h</include>
...
...
312
    <slot>listNextPB_clicked()</slot>
333
    <slot>listNextPB_clicked()</slot>
313
    <slot>previewClosed( Preview * w )</slot>
334
    <slot>previewClosed( Preview * w )</slot>
314
    <slot>advSearchPB_clicked()</slot>
335
    <slot>advSearchPB_clicked()</slot>
315
    <slot>startAdvSearch( Rcl::AdvSearchData sdata )</slot>
336
    <slot>startAdvSearch( Rcl::AdvSearchData sdata )</slot>
316
    <slot>reslistTE_delayedclick()</slot>
337
    <slot>reslistTE_delayedclick()</slot>
338
    <slot>showAboutDialog()</slot>
317
</slots>
339
</slots>
318
<functions>
340
<functions>
319
    <function access="private">init()</function>
341
    <function access="private">init()</function>
320
    <function returnType="bool">close( bool alsoDelete )</function>
342
    <function returnType="bool">close( bool alsoDelete )</function>
321
    <function access="private" returnType="bool">eventFilter( QObject * target, QEvent * event )</function>
343
    <function access="private" returnType="bool">eventFilter( QObject * target, QEvent * event )</function>