aboutsummaryrefslogtreecommitdiff
path: root/src/ui/balancebar.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-18 21:44:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-18 21:44:39 +0000
commit09d1eb079182e06e01cc9bea8bf9410e40a189c2 (patch)
treeba6228fb3e81cd38e41fcc32e0d89246b357c5f8 /src/ui/balancebar.h
parent390cf22010e4f10be06010bbaff1dcf388f88c3c (diff)
downloadqmmp-09d1eb079182e06e01cc9bea8bf9410e40a189c2.tar.gz
qmmp-09d1eb079182e06e01cc9bea8bf9410e40a189c2.tar.bz2
qmmp-09d1eb079182e06e01cc9bea8bf9410e40a189c2.zip
improved text scroller, added numerical values for balance and volume
(Closes issue 415) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2057 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/balancebar.h')
-rw-r--r--src/ui/balancebar.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/balancebar.h b/src/ui/balancebar.h
index 4e8af0b5e..68e967568 100644
--- a/src/ui/balancebar.h
+++ b/src/ui/balancebar.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2009 by Ilya Kotov *
+ * Copyright (C) 2006-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -25,7 +25,7 @@
class Skin;
/**
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@hotmail.ru>
*/
class BalanceBar : public PixmapWidget
{
@@ -43,6 +43,8 @@ public slots:
signals:
void sliderMoved (int);
+ void sliderPressed();
+ void sliderReleased();
private slots:
void updateSkin();