diff options
author | Ken Moore <ken@pcbsd.org> | 2015-01-17 12:06:18 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-01-17 12:06:18 -0500 |
commit | 9189b75a3f3a8e3cb56b5d6c85bc261d4f058dda (patch) | |
tree | 5eaa3b46f45f39be074e67f9e6f4784e77dc8846 /lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui | |
parent | Commit a couple loose changes to libLuminaXDG (diff) | |
download | lumina-9189b75a3f3a8e3cb56b5d6c85bc261d4f058dda.tar.gz lumina-9189b75a3f3a8e3cb56b5d6c85bc261d4f058dda.tar.bz2 lumina-9189b75a3f3a8e3cb56b5d6c85bc261d4f058dda.zip |
Quick update to the new audioplayer plugin. Now there is a label which displays the current song number in the rotation (<num>/<total>), and a progressbar shows a rough estimate of how much longer the running song has.
Diffstat (limited to 'lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui')
-rw-r--r-- | lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui b/lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui index 40ad11b5..aa8cbd8b 100644 --- a/lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui +++ b/lumina-desktop/desktop-plugins/audioplayer/PlayerWidget.ui @@ -85,6 +85,13 @@ QToolButton::menu-indicator{ image: none; }</string> </widget> </item> <item> + <widget class="QLabel" name="label_num"> + <property name="text"> + <string notr="true">1/10</string> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="tool_next"> <property name="text"> <string notr="true">next</string> @@ -132,6 +139,16 @@ QToolButton::menu-indicator{ image: none; }</string> </property> </spacer> </item> + <item> + <widget class="QProgressBar" name="progressBar"> + <property name="value"> + <number>24</number> + </property> + <property name="textVisible"> + <bool>false</bool> + </property> + </widget> + </item> </layout> </item> </layout> |