Switch to unified view

a/GUI/renderchoose/renderchoose.ui b/GUI/renderchoose/renderchoose.ui
...
...
7
  </property>
7
  </property>
8
  <property name="geometry">
8
  <property name="geometry">
9
   <rect>
9
   <rect>
10
    <x>0</x>
10
    <x>0</x>
11
    <y>0</y>
11
    <y>0</y>
12
    <width>400</width>
12
    <width>290</width>
13
    <height>300</height>
13
    <height>209</height>
14
   </rect>
14
   </rect>
15
  </property>
15
  </property>
16
  <property name="windowTitle">
16
  <property name="windowTitle">
17
   <string>Select Media Renderer for Upplay</string>
17
   <string>Select Media Renderer for Upplay</string>
18
  </property>
18
  </property>
19
  <layout class="QVBoxLayout" name="verticalLayout">
19
  <layout class="QVBoxLayout" name="verticalLayout_2">
20
   <item>
20
   <item>
21
    <layout class="QVBoxLayout" name="verticalLayout">
22
     <item>
21
    <widget class="QListWidget" name="rndsLW"/>
23
      <widget class="QListWidget" name="rndsLW"/>
24
     </item>
25
     <item>
26
      <layout class="QHBoxLayout" name="horizontalLayout">
27
       <item>
28
        <widget class="QLabel" name="label">
29
         <property name="text">
30
          <string>Playlist:</string>
31
         </property>
32
        </widget>
33
       </item>
34
       <item>
35
        <widget class="QRadioButton" name="keepRB">
36
         <property name="text">
37
          <string>Keep</string>
38
         </property>
39
         <property name="checked">
40
          <bool>true</bool>
41
         </property>
42
        </widget>
43
       </item>
44
       <item>
45
        <widget class="QRadioButton" name="replRB">
46
         <property name="text">
47
          <string>Replace</string>
48
         </property>
49
        </widget>
50
       </item>
51
       <item>
52
        <widget class="QRadioButton" name="apndRB">
53
         <property name="text">
54
          <string>Append</string>
55
         </property>
56
         <property name="autoExclusive">
57
          <bool>true</bool>
58
         </property>
59
        </widget>
60
       </item>
61
      </layout>
62
     </item>
63
    </layout>
22
   </item>
64
   </item>
23
   <item>
65
   <item>
24
    <widget class="QDialogButtonBox" name="buttonBox">
66
    <widget class="QDialogButtonBox" name="buttonBox">
25
     <property name="orientation">
67
     <property name="orientation">
26
      <enum>Qt::Horizontal</enum>
68
      <enum>Qt::Horizontal</enum>