|
14 | 14 | <string>Form</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
17 | | - <item> |
18 | | - <spacer name="horizontalSpacer"> |
19 | | - <property name="orientation"> |
20 | | - <enum>Qt::Horizontal</enum> |
21 | | - </property> |
22 | | - <property name="sizeType"> |
23 | | - <enum>QSizePolicy::Maximum</enum> |
24 | | - </property> |
25 | | - <property name="sizeHint" stdset="0"> |
26 | | - <size> |
27 | | - <width>10</width> |
28 | | - <height>20</height> |
29 | | - </size> |
30 | | - </property> |
31 | | - </spacer> |
32 | | - </item> |
| 17 | + <property name="leftMargin"> |
| 18 | + <number>1</number> |
| 19 | + </property> |
| 20 | + <property name="rightMargin"> |
| 21 | + <number>1</number> |
| 22 | + </property> |
33 | 23 | <item> |
34 | 24 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
35 | 25 | <item> |
|
91 | 81 | </item> |
92 | 82 | <item> |
93 | 83 | <widget class="QPushButton" name="add_all_button"> |
94 | | - <property name="text"> |
95 | | - <string>>></string> |
| 84 | + <property name="icon"> |
| 85 | + <iconset resource="../resources.qrc"> |
| 86 | + <normaloff>:/fast-forward</normaloff>:/fast-forward</iconset> |
96 | 87 | </property> |
97 | 88 | </widget> |
98 | 89 | </item> |
99 | 90 | <item> |
100 | 91 | <widget class="QPushButton" name="add_selected_button"> |
101 | | - <property name="text"> |
102 | | - <string>></string> |
| 92 | + <property name="icon"> |
| 93 | + <iconset resource="../resources.qrc"> |
| 94 | + <normaloff>:/play</normaloff>:/play</iconset> |
103 | 95 | </property> |
104 | 96 | </widget> |
105 | 97 | </item> |
106 | 98 | <item> |
107 | 99 | <widget class="QPushButton" name="remove_selected_button"> |
108 | | - <property name="text"> |
109 | | - <string><</string> |
| 100 | + <property name="icon"> |
| 101 | + <iconset resource="../resources.qrc"> |
| 102 | + <normaloff>:/rewind</normaloff>:/rewind</iconset> |
110 | 103 | </property> |
111 | 104 | </widget> |
112 | 105 | </item> |
113 | 106 | <item> |
114 | 107 | <widget class="QPushButton" name="remove_all_button"> |
115 | | - <property name="text"> |
116 | | - <string><<</string> |
| 108 | + <property name="icon"> |
| 109 | + <iconset resource="../resources.qrc"> |
| 110 | + <normaloff>:/fast-rewind</normaloff>:/fast-rewind</iconset> |
117 | 111 | </property> |
118 | 112 | </widget> |
119 | 113 | </item> |
|
176 | 170 | </item> |
177 | 171 | </layout> |
178 | 172 | </item> |
179 | | - <item> |
180 | | - <spacer name="horizontalSpacer_2"> |
181 | | - <property name="orientation"> |
182 | | - <enum>Qt::Horizontal</enum> |
183 | | - </property> |
184 | | - <property name="sizeType"> |
185 | | - <enum>QSizePolicy::Maximum</enum> |
186 | | - </property> |
187 | | - <property name="sizeHint" stdset="0"> |
188 | | - <size> |
189 | | - <width>10</width> |
190 | | - <height>20</height> |
191 | | - </size> |
192 | | - </property> |
193 | | - </spacer> |
194 | | - </item> |
195 | 173 | </layout> |
196 | 174 | </widget> |
197 | 175 | <resources/> |
|
0 commit comments