|
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="toolTip"> |
| 85 | + <string>Add all</string> |
| 86 | + </property> |
| 87 | + <property name="icon"> |
| 88 | + <iconset resource="../resources.qrc"> |
| 89 | + <normaloff>:/fast-forward</normaloff>:/fast-forward</iconset> |
96 | 90 | </property> |
97 | 91 | </widget> |
98 | 92 | </item> |
99 | 93 | <item> |
100 | 94 | <widget class="QPushButton" name="add_selected_button"> |
101 | | - <property name="text"> |
102 | | - <string>></string> |
| 95 | + <property name="toolTip"> |
| 96 | + <string>Add selected</string> |
| 97 | + </property> |
| 98 | + <property name="icon"> |
| 99 | + <iconset resource="../resources.qrc"> |
| 100 | + <normaloff>:/play</normaloff>:/play</iconset> |
103 | 101 | </property> |
104 | 102 | </widget> |
105 | 103 | </item> |
106 | 104 | <item> |
107 | 105 | <widget class="QPushButton" name="remove_selected_button"> |
108 | | - <property name="text"> |
109 | | - <string><</string> |
| 106 | + <property name="toolTip"> |
| 107 | + <string>Remove selected</string> |
| 108 | + </property> |
| 109 | + <property name="icon"> |
| 110 | + <iconset resource="../resources.qrc"> |
| 111 | + <normaloff>:/rewind</normaloff>:/rewind</iconset> |
110 | 112 | </property> |
111 | 113 | </widget> |
112 | 114 | </item> |
113 | 115 | <item> |
114 | 116 | <widget class="QPushButton" name="remove_all_button"> |
115 | | - <property name="text"> |
116 | | - <string><<</string> |
| 117 | + <property name="toolTip"> |
| 118 | + <string>Remove all</string> |
| 119 | + </property> |
| 120 | + <property name="icon"> |
| 121 | + <iconset resource="../resources.qrc"> |
| 122 | + <normaloff>:/fast-rewind</normaloff>:/fast-rewind</iconset> |
117 | 123 | </property> |
118 | 124 | </widget> |
119 | 125 | </item> |
|
176 | 182 | </item> |
177 | 183 | </layout> |
178 | 184 | </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 | 185 | </layout> |
196 | 186 | </widget> |
197 | 187 | <resources/> |
|
0 commit comments