Skip to content

Commit b1a7eb4

Browse files
committed
add tooltips
1 parent 2dcccaa commit b1a7eb4

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

src/GUI/mainwindow.ui

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<height>0</height>
2626
</size>
2727
</property>
28+
<property name="toolTip">
29+
<string>Previous Song</string>
30+
</property>
2831
<property name="styleSheet">
2932
<string notr="true">QPushButton{
3033
background-color: #e3efff;
@@ -53,6 +56,9 @@
5356
<height>0</height>
5457
</size>
5558
</property>
59+
<property name="toolTip">
60+
<string>Seek Backward (fast)</string>
61+
</property>
5662
<property name="icon">
5763
<iconset resource="icons.qrc">
5864
<normaloff>:/basic/img/fbackw.svg</normaloff>:/basic/img/fbackw.svg</iconset>
@@ -76,6 +82,9 @@
7682
<height>0</height>
7783
</size>
7884
</property>
85+
<property name="toolTip">
86+
<string>Seek Backward</string>
87+
</property>
7988
<property name="icon">
8089
<iconset resource="icons.qrc">
8190
<normaloff>:/basic/img/backw.svg</normaloff>:/basic/img/backw.svg</iconset>
@@ -99,6 +108,9 @@
99108
<height>0</height>
100109
</size>
101110
</property>
111+
<property name="toolTip">
112+
<string>Play / Pause</string>
113+
</property>
102114
<property name="styleSheet">
103115
<string notr="true">QPushButton{
104116
background-color: #ccffcb;
@@ -135,6 +147,9 @@ background-color: #ccffcb;
135147
<height>0</height>
136148
</size>
137149
</property>
150+
<property name="toolTip">
151+
<string>Stop</string>
152+
</property>
138153
<property name="styleSheet">
139154
<string notr="true">QPushButton {
140155
background-color: rgb(255, 209, 205);
@@ -164,6 +179,9 @@ background-color: rgb(255, 209, 205);
164179
<height>0</height>
165180
</size>
166181
</property>
182+
<property name="toolTip">
183+
<string>Seek Forward</string>
184+
</property>
167185
<property name="icon">
168186
<iconset resource="icons.qrc">
169187
<normaloff>:/basic/img/forw.svg</normaloff>:/basic/img/forw.svg</iconset>
@@ -187,6 +205,9 @@ background-color: rgb(255, 209, 205);
187205
<height>0</height>
188206
</size>
189207
</property>
208+
<property name="toolTip">
209+
<string>Seek Forward (fast)</string>
210+
</property>
190211
<property name="icon">
191212
<iconset resource="icons.qrc">
192213
<normaloff>:/basic/img/fforw.svg</normaloff>:/basic/img/fforw.svg</iconset>
@@ -210,6 +231,9 @@ background-color: rgb(255, 209, 205);
210231
<height>0</height>
211232
</size>
212233
</property>
234+
<property name="toolTip">
235+
<string>Next Song</string>
236+
</property>
213237
<property name="styleSheet">
214238
<string notr="true">QPushButton{
215239
background-color: #e3efff;
@@ -539,12 +563,12 @@ border-radius: 4px;
539563
</resources>
540564
<connections/>
541565
<buttongroups>
542-
<buttongroup name="controlButtonsHideSecond"/>
566+
<buttongroup name="controlButtonsHideFirst"/>
543567
<buttongroup name="controlButtonsAlwaysVisible">
544568
<property name="exclusive">
545569
<bool>false</bool>
546570
</property>
547571
</buttongroup>
548-
<buttongroup name="controlButtonsHideFirst"/>
572+
<buttongroup name="controlButtonsHideSecond"/>
549573
</buttongroups>
550574
</ui>

0 commit comments

Comments
 (0)