Switch to unified view

a/src/qtgui/uiprefs.ui b/src/qtgui/uiprefs.ui
...
...
217
              <bool>false</bool>
217
              <bool>false</bool>
218
             </property>
218
             </property>
219
            </widget>
219
            </widget>
220
           </item>
220
           </item>
221
           <item>
221
           <item>
222
            <widget class="QCheckBox" name="ssNoCompleteCB">
223
             <property name="text">
224
              <string>Disable Qt autocompletion in search entry.</string>
225
             </property>
226
             <property name="checked">
227
              <bool>false</bool>
228
             </property>
229
            </widget>
230
           </item>
231
           <item>
222
            <widget class="QCheckBox" name="autoSearchCB">
232
            <widget class="QCheckBox" name="ssAutoSpaceCB">
223
             <property name="text">
233
             <property name="text">
224
              <string>Auto-start simple search on whitespace entry.</string>
234
              <string>Auto-start simple search on whitespace entry.</string>
235
             </property>
236
             <property name="checked">
237
              <bool>false</bool>
238
             </property>
239
            </widget>
240
           </item>
241
           <item>
242
            <widget class="QCheckBox" name="ssAutoAllCB">
243
             <property name="text">
244
              <string>Search as you type.</string>
225
             </property>
245
             </property>
226
             <property name="checked">
246
             <property name="checked">
227
              <bool>false</bool>
247
              <bool>false</bool>
228
             </property>
248
             </property>
229
            </widget>
249
            </widget>