Switch to unified view

a/GUI/playctlwidget/playctlwidget.ui b/GUI/playctlwidget/playctlwidget.ui
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
  <class>PlayCtlWidget</class>
3
 <class>PlayCtlWidget</class>
4
  <widget class="QWidget" name="PlayCtlWidget">
4
 <widget class="QWidget" name="PlayCtlWidget">
5
    <property name="geometry">
5
  <property name="geometry">
6
      <rect>
6
   <rect>
7
        <x>0</x>
7
    <x>0</x>
8
        <y>0</y>
8
    <y>0</y>
9
        <width>333</width>
9
    <width>333</width>
10
        <height>142</height>
10
    <height>142</height>
11
      </rect>
11
   </rect>
12
    </property>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
13
    <layout class="QHBoxLayout" name="horizontalLayout_2">
19
  <layout class="QHBoxLayout" name="horizontalLayout_2">
20
   <property name="spacing">
21
    <number>0</number>
22
   </property>
23
   <property name="margin">
24
    <number>0</number>
25
   </property>
14
      <item>
26
   <item>
15
        <layout class="QHBoxLayout" name="horizontalLayout">
27
    <layout class="QHBoxLayout" name="horizontalLayout">
16
          <property name="spacing">
28
     <property name="spacing">
17
            <number>0</number>
29
      <number>0</number>
18
          </property>
30
     </property>
19
          <property name="sizeConstraint">
31
     <property name="sizeConstraint">
20
            <enum>QLayout::SetMaximumSize</enum>
32
      <enum>QLayout::SetMaximumSize</enum>
21
          </property>
33
     </property>
22
          <property name="bottomMargin">
34
     <property name="bottomMargin">
23
            <number>0</number>
35
      <number>0</number>
24
          </property>
36
     </property>
25
          <item>
37
     <item>
26
            <widget class="QPushButton" name="btn_bw">
38
      <widget class="QPushButton" name="btn_bw">
27
              <property name="enabled">
39
       <property name="enabled">
28
                <bool>true</bool>
40
        <bool>true</bool>
29
              </property>
41
       </property>
30
              <property name="sizePolicy">
42
       <property name="sizePolicy">
31
                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
43
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
32
                  <horstretch>0</horstretch>
44
         <horstretch>0</horstretch>
33
                  <verstretch>0</verstretch>
45
         <verstretch>0</verstretch>
34
                </sizepolicy>
46
        </sizepolicy>
35
              </property>
47
       </property>
36
              <property name="minimumSize">
48
       <property name="minimumSize">
37
                <size>
49
        <size>
38
                  <width>28</width>
50
         <width>28</width>
39
                  <height>28</height>
51
         <height>28</height>
40
                </size>
52
        </size>
41
              </property>
53
       </property>
42
              <property name="maximumSize">
54
       <property name="maximumSize">
43
                <size>
55
        <size>
44
                  <width>28</width>
56
         <width>28</width>
45
                  <height>28</height>
57
         <height>28</height>
46
                </size>
58
        </size>
47
              </property>
59
       </property>
48
              <property name="focusPolicy">
60
       <property name="focusPolicy">
49
                <enum>Qt::NoFocus</enum>
61
        <enum>Qt::NoFocus</enum>
50
              </property>
62
       </property>
51
              <property name="text">
63
       <property name="text">
52
                <string/>
64
        <string/>
53
              </property>
65
       </property>
54
              <property name="icon">
66
       <property name="icon">
55
                <iconset>
67
        <iconset>
56
                <normaloff>:/icons/bwd.png</normaloff>:/icons/bwd.png</iconset>
68
         <normaloff>:/icons/bwd.png</normaloff>:/icons/bwd.png</iconset>
57
              </property>
69
       </property>
58
              <property name="iconSize">
70
       <property name="iconSize">
59
                <size>
71
        <size>
60
                  <width>20</width>
72
         <width>20</width>
61
                  <height>20</height>
73
         <height>20</height>
62
                </size>
74
        </size>
63
              </property>
75
       </property>
64
              <property name="flat">
76
       <property name="flat">
65
                <bool>true</bool>
77
        <bool>true</bool>
66
              </property>
78
       </property>
67
            </widget>
79
      </widget>
68
          </item>
69
          <item>
70
            <widget class="QPushButton" name="btn_stop">
71
              <property name="minimumSize">
72
                <size>
73
                  <width>28</width>
74
                  <height>28</height>
75
                </size>
76
              </property>
77
              <property name="maximumSize">
78
                <size>
79
                  <width>28</width>
80
                  <height>28</height>
81
                </size>
82
              </property>
83
              <property name="focusPolicy">
84
                <enum>Qt::NoFocus</enum>
85
              </property>
86
              <property name="text">
87
                <string/>
88
              </property>
89
              <property name="icon">
90
                <iconset>
91
                <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
92
              </property>
93
              <property name="iconSize">
94
                <size>
95
                  <width>22</width>
96
                  <height>22</height>
97
                </size>
98
              </property>
99
              <property name="flat">
100
                <bool>true</bool>
101
              </property>
102
            </widget>
103
          </item>
104
          <item>
105
            <widget class="QPushButton" name="btn_play">
106
              <property name="sizePolicy">
107
                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
108
                  <horstretch>0</horstretch>
109
                  <verstretch>0</verstretch>
110
                </sizepolicy>
111
              </property>
112
              <property name="minimumSize">
113
                <size>
114
                  <width>32</width>
115
                  <height>34</height>
116
                </size>
117
              </property>
118
              <property name="maximumSize">
119
                <size>
120
                  <width>32</width>
121
                  <height>34</height>
122
                </size>
123
              </property>
124
              <property name="focusPolicy">
125
                <enum>Qt::NoFocus</enum>
126
              </property>
127
              <property name="text">
128
                <string/>
129
              </property>
130
              <property name="icon">
131
                <iconset>
132
                <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
133
              </property>
134
              <property name="iconSize">
135
                <size>
136
                  <width>28</width>
137
                  <height>28</height>
138
                </size>
139
              </property>
140
              <property name="shortcut">
141
                <string/>
142
              </property>
143
              <property name="autoDefault">
144
                <bool>false</bool>
145
              </property>
146
              <property name="default">
147
                <bool>false</bool>
148
              </property>
149
              <property name="flat">
150
                <bool>true</bool>
151
              </property>
152
            </widget>
153
          </item>
154
          <item>
155
            <widget class="QPushButton" name="btn_fw">
156
              <property name="enabled">
157
                <bool>true</bool>
158
              </property>
159
              <property name="sizePolicy">
160
                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
161
                  <horstretch>0</horstretch>
162
                  <verstretch>0</verstretch>
163
                </sizepolicy>
164
              </property>
165
              <property name="minimumSize">
166
                <size>
167
                  <width>28</width>
168
                  <height>28</height>
169
                </size>
170
              </property>
171
              <property name="maximumSize">
172
                <size>
173
                  <width>28</width>
174
                  <height>28</height>
175
                </size>
176
              </property>
177
              <property name="focusPolicy">
178
                <enum>Qt::NoFocus</enum>
179
              </property>
180
              <property name="text">
181
                <string/>
182
              </property>
183
              <property name="icon">
184
                <iconset>
185
                <normaloff>:/icons/fwd.png</normaloff>:/icons/fwd.png</iconset>
186
              </property>
187
              <property name="iconSize">
188
                <size>
189
                  <width>20</width>
190
                  <height>20</height>
191
                </size>
192
              </property>
193
              <property name="flat">
194
                <bool>true</bool>
195
              </property>
196
            </widget>
197
          </item>
198
        </layout>
199
      </item>
80
     </item>
81
     <item>
82
      <widget class="QPushButton" name="btn_stop">
83
       <property name="minimumSize">
84
        <size>
85
         <width>28</width>
86
         <height>28</height>
87
        </size>
88
       </property>
89
       <property name="maximumSize">
90
        <size>
91
         <width>28</width>
92
         <height>28</height>
93
        </size>
94
       </property>
95
       <property name="focusPolicy">
96
        <enum>Qt::NoFocus</enum>
97
       </property>
98
       <property name="text">
99
        <string/>
100
       </property>
101
       <property name="icon">
102
        <iconset>
103
         <normaloff>:/icons/stop.png</normaloff>:/icons/stop.png</iconset>
104
       </property>
105
       <property name="iconSize">
106
        <size>
107
         <width>22</width>
108
         <height>22</height>
109
        </size>
110
       </property>
111
       <property name="flat">
112
        <bool>true</bool>
113
       </property>
114
      </widget>
115
     </item>
116
     <item>
117
      <widget class="QPushButton" name="btn_play">
118
       <property name="sizePolicy">
119
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
120
         <horstretch>0</horstretch>
121
         <verstretch>0</verstretch>
122
        </sizepolicy>
123
       </property>
124
       <property name="minimumSize">
125
        <size>
126
         <width>32</width>
127
         <height>34</height>
128
        </size>
129
       </property>
130
       <property name="maximumSize">
131
        <size>
132
         <width>32</width>
133
         <height>34</height>
134
        </size>
135
       </property>
136
       <property name="focusPolicy">
137
        <enum>Qt::NoFocus</enum>
138
       </property>
139
       <property name="text">
140
        <string/>
141
       </property>
142
       <property name="icon">
143
        <iconset>
144
         <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
145
       </property>
146
       <property name="iconSize">
147
        <size>
148
         <width>28</width>
149
         <height>28</height>
150
        </size>
151
       </property>
152
       <property name="shortcut">
153
        <string/>
154
       </property>
155
       <property name="autoDefault">
156
        <bool>false</bool>
157
       </property>
158
       <property name="default">
159
        <bool>false</bool>
160
       </property>
161
       <property name="flat">
162
        <bool>true</bool>
163
       </property>
164
      </widget>
165
     </item>
166
     <item>
167
      <widget class="QPushButton" name="btn_fw">
168
       <property name="enabled">
169
        <bool>true</bool>
170
       </property>
171
       <property name="sizePolicy">
172
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
173
         <horstretch>0</horstretch>
174
         <verstretch>0</verstretch>
175
        </sizepolicy>
176
       </property>
177
       <property name="minimumSize">
178
        <size>
179
         <width>28</width>
180
         <height>28</height>
181
        </size>
182
       </property>
183
       <property name="maximumSize">
184
        <size>
185
         <width>28</width>
186
         <height>28</height>
187
        </size>
188
       </property>
189
       <property name="focusPolicy">
190
        <enum>Qt::NoFocus</enum>
191
       </property>
192
       <property name="text">
193
        <string/>
194
       </property>
195
       <property name="icon">
196
        <iconset>
197
         <normaloff>:/icons/fwd.png</normaloff>:/icons/fwd.png</iconset>
198
       </property>
199
       <property name="iconSize">
200
        <size>
201
         <width>20</width>
202
         <height>20</height>
203
        </size>
204
       </property>
205
       <property name="flat">
206
        <bool>true</bool>
207
       </property>
208
      </widget>
209
     </item>
200
    </layout>
210
    </layout>
211
   </item>
212
  </layout>
201
  </widget>
213
 </widget>
202
  <resources/>
214
 <resources/>
203
  <connections/>
215
 <connections/>
204
</ui>
216
</ui>