|
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> |
|
76 | 66 | </item> |
77 | 67 | <item> |
78 | 68 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 69 | + <property name="spacing"> |
| 70 | + <number>12</number> |
| 71 | + </property> |
79 | 72 | <item> |
80 | 73 | <spacer name="verticalSpacer"> |
81 | 74 | <property name="orientation"> |
|
91 | 84 | </item> |
92 | 85 | <item> |
93 | 86 | <widget class="QPushButton" name="add_all_button"> |
94 | | - <property name="text"> |
95 | | - <string>>></string> |
| 87 | + <property name="toolTip"> |
| 88 | + <string>Add all</string> |
| 89 | + </property> |
| 90 | + <property name="icon"> |
| 91 | + <iconset resource="../resources.qrc"> |
| 92 | + <normaloff>:/fast-forward</normaloff>:/fast-forward</iconset> |
96 | 93 | </property> |
97 | 94 | </widget> |
98 | 95 | </item> |
99 | 96 | <item> |
100 | 97 | <widget class="QPushButton" name="add_selected_button"> |
101 | | - <property name="text"> |
102 | | - <string>></string> |
| 98 | + <property name="toolTip"> |
| 99 | + <string>Add selected</string> |
| 100 | + </property> |
| 101 | + <property name="icon"> |
| 102 | + <iconset resource="../resources.qrc"> |
| 103 | + <normaloff>:/play</normaloff>:/play</iconset> |
103 | 104 | </property> |
104 | 105 | </widget> |
105 | 106 | </item> |
106 | 107 | <item> |
107 | 108 | <widget class="QPushButton" name="remove_selected_button"> |
108 | | - <property name="text"> |
109 | | - <string><</string> |
| 109 | + <property name="toolTip"> |
| 110 | + <string>Remove selected</string> |
| 111 | + </property> |
| 112 | + <property name="icon"> |
| 113 | + <iconset resource="../resources.qrc"> |
| 114 | + <normaloff>:/rewind</normaloff>:/rewind</iconset> |
110 | 115 | </property> |
111 | 116 | </widget> |
112 | 117 | </item> |
113 | 118 | <item> |
114 | 119 | <widget class="QPushButton" name="remove_all_button"> |
115 | | - <property name="text"> |
116 | | - <string><<</string> |
| 120 | + <property name="toolTip"> |
| 121 | + <string>Remove all</string> |
| 122 | + </property> |
| 123 | + <property name="icon"> |
| 124 | + <iconset resource="../resources.qrc"> |
| 125 | + <normaloff>:/fast-rewind</normaloff>:/fast-rewind</iconset> |
117 | 126 | </property> |
118 | 127 | </widget> |
119 | 128 | </item> |
|
176 | 185 | </item> |
177 | 186 | </layout> |
178 | 187 | </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 | 188 | </layout> |
196 | 189 | </widget> |
197 | 190 | <resources/> |
|
0 commit comments