Switch to unified view

a/src/qtgui/rclmain.ui b/src/qtgui/rclmain.ui
...
...
45
       </sizepolicy>
45
       </sizepolicy>
46
      </property>
46
      </property>
47
     </widget>
47
     </widget>
48
    </item>
48
    </item>
49
    <item>
49
    <item>
50
     <widget class="QFrame" name="catgBGRP">
51
      <property name="sizePolicy">
52
       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
53
        <horstretch>0</horstretch>
54
        <verstretch>0</verstretch>
55
       </sizepolicy>
56
      </property>
57
      <widget class="QRadioButton" name="allRDB">
58
       <property name="geometry">
59
        <rect>
60
         <x>0</x>
61
         <y>0</y>
62
         <width>45</width>
63
         <height>20</height>
64
        </rect>
65
       </property>
66
       <property name="text">
67
        <string>All</string>
68
       </property>
69
      </widget>
70
     </widget>
71
    </item>
72
    <item>
73
     <widget class="ResList" name="reslist" native="true">
50
     <widget class="ResList" name="reslist" native="true">
74
      <property name="sizePolicy">
51
      <property name="sizePolicy">
75
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
52
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
76
        <horstretch>2</horstretch>
53
        <horstretch>2</horstretch>
77
        <verstretch>0</verstretch>
54
        <verstretch>0</verstretch>
...
...
80
     </widget>
57
     </widget>
81
    </item>
58
    </item>
82
   </layout>
59
   </layout>
83
  </widget>
60
  </widget>
84
  <widget class="QStatusBar" name="statusbar"/>
61
  <widget class="QStatusBar" name="statusbar"/>
85
  <widget class="QToolBar" name="Toolbar">
86
   <property name="windowTitle">
87
    <string>Search tools</string>
88
   </property>
89
   <attribute name="toolBarArea">
90
    <enum>TopToolBarArea</enum>
91
   </attribute>
92
   <attribute name="toolBarBreak">
93
    <bool>false</bool>
94
   </attribute>
95
   <addaction name="toolsAdvanced_SearchAction"/>
96
   <addaction name="toolsDoc_HistoryAction"/>
97
   <addaction name="toolsSpellAction"/>
98
  </widget>
99
  <widget class="QToolBar" name="Toolbar1">
100
   <property name="windowTitle">
101
    <string>Result list</string>
102
   </property>
103
   <attribute name="toolBarArea">
104
    <enum>TopToolBarArea</enum>
105
   </attribute>
106
   <attribute name="toolBarBreak">
107
    <bool>false</bool>
108
   </attribute>
109
   <addaction name="firstPageAction"/>
110
   <addaction name="prevPageAction"/>
111
   <addaction name="nextPageAction"/>
112
   <addaction name="separator"/>
113
   <addaction name="actionSortByDateAsc"/>
114
   <addaction name="actionSortByDateDesc"/>
115
   <addaction name="separator"/>
116
   <addaction name="actionShowResultsAsTable"/>
117
  </widget>
118
  <widget class="QMenuBar" name="MenuBar">
62
  <widget class="QMenuBar" name="MenuBar">
119
   <property name="geometry">
63
   <property name="geometry">
120
    <rect>
64
    <rect>
121
     <x>0</x>
65
     <x>0</x>
122
     <y>0</y>
66
     <y>0</y>
123
     <width>800</width>
67
     <width>800</width>
124
     <height>21</height>
68
     <height>25</height>
125
    </rect>
69
    </rect>
126
   </property>
70
   </property>
127
   <widget class="QMenu" name="fileMenu">
71
   <widget class="QMenu" name="fileMenu">
128
    <property name="title">
72
    <property name="title">
129
     <string>&amp;File</string>
73
     <string>&amp;File</string>