Skip to content

Commit

Permalink
add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jun 17, 2016
1 parent 2dcccaa commit b1a7eb4
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions src/GUI/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Previous Song</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-color: #e3efff;
Expand Down Expand Up @@ -53,6 +56,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Seek Backward (fast)</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/basic/img/fbackw.svg</normaloff>:/basic/img/fbackw.svg</iconset>
Expand All @@ -76,6 +82,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Seek Backward</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/basic/img/backw.svg</normaloff>:/basic/img/backw.svg</iconset>
Expand All @@ -99,6 +108,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Play / Pause</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-color: #ccffcb;
Expand Down Expand Up @@ -135,6 +147,9 @@ background-color: #ccffcb;
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Stop</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
background-color: rgb(255, 209, 205);
Expand Down Expand Up @@ -164,6 +179,9 @@ background-color: rgb(255, 209, 205);
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Seek Forward</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/basic/img/forw.svg</normaloff>:/basic/img/forw.svg</iconset>
Expand All @@ -187,6 +205,9 @@ background-color: rgb(255, 209, 205);
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Seek Forward (fast)</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/basic/img/fforw.svg</normaloff>:/basic/img/fforw.svg</iconset>
Expand All @@ -210,6 +231,9 @@ background-color: rgb(255, 209, 205);
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Next Song</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
background-color: #e3efff;
Expand Down Expand Up @@ -539,12 +563,12 @@ border-radius: 4px;
</resources>
<connections/>
<buttongroups>
<buttongroup name="controlButtonsHideSecond"/>
<buttongroup name="controlButtonsHideFirst"/>
<buttongroup name="controlButtonsAlwaysVisible">
<property name="exclusive">
<bool>false</bool>
</property>
</buttongroup>
<buttongroup name="controlButtonsHideFirst"/>
<buttongroup name="controlButtonsHideSecond"/>
</buttongroups>
</ui>

0 comments on commit b1a7eb4

Please sign in to comment.