Switch to unified view

a/src/qtgui/rclmain.ui b/src/qtgui/rclmain.ui
...
...
85
                        <number>0</number>
85
                        <number>0</number>
86
                    </property>
86
                    </property>
87
                    <widget class="QRadioButton">
87
                    <widget class="QRadioButton">
88
                        <property name="name">
88
                        <property name="name">
89
                            <cstring>allRDB</cstring>
89
                            <cstring>allRDB</cstring>
90
                         </property>
90
                        </property>
91
                         <property name="text">
91
                        <property name="text">
92
                             <string>All</string>
92
                            <string>All</string>
93
                         </property>
93
                        </property>
94
                     </widget>
94
                    </widget>
95
                </widget>
95
                </widget>
96
                <widget class="ResList">
96
                <widget class="ResList">
97
                    <property name="name">
97
                    <property name="name">
98
                        <cstring>resList</cstring>
98
                        <cstring>resList</cstring>
99
                    </property>
99
                    </property>
...
...
310
            <string>Next page</string>
310
            <string>Next page</string>
311
        </property>
311
        </property>
312
        <property name="toolTip">
312
        <property name="toolTip">
313
            <string>Next page of results</string>
313
            <string>Next page of results</string>
314
        </property>
314
        </property>
315
        <property name="accel">
316
            <string>PgDown</string>
317
        </property>
315
    </action>
318
    </action>
316
    <action>
319
    <action>
317
        <property name="name">
320
        <property name="name">
318
            <cstring>firstPageAction</cstring>
321
            <cstring>firstPageAction</cstring>
319
        </property>
322
        </property>
...
...
324
            <string>First page</string>
327
            <string>First page</string>
325
        </property>
328
        </property>
326
        <property name="toolTip">
329
        <property name="toolTip">
327
            <string>Go to first page of results</string>
330
            <string>Go to first page of results</string>
328
        </property>
331
        </property>
332
        <property name="accel">
333
            <string>Shift+Home, Ctrl+S, Ctrl+Q, Ctrl+S</string>
334
        </property>
329
    </action>
335
    </action>
330
    <action>
336
    <action>
331
        <property name="name">
337
        <property name="name">
332
            <cstring>prevPageAction</cstring>
338
            <cstring>prevPageAction</cstring>
333
        </property>
339
        </property>
...
...
337
        <property name="text">
343
        <property name="text">
338
            <string>Previous page</string>
344
            <string>Previous page</string>
339
        </property>
345
        </property>
340
        <property name="toolTip">
346
        <property name="toolTip">
341
            <string>Previous page of results</string>
347
            <string>Previous page of results</string>
348
        </property>
349
        <property name="accel">
350
            <string>PgUp</string>
342
        </property>
351
        </property>
343
    </action>
352
    </action>
344
    <action>
353
    <action>
345
        <property name="name">
354
        <property name="name">
346
            <cstring>indexConfigAction</cstring>
355
            <cstring>indexConfigAction</cstring>