aboutsummaryrefslogtreecommitdiff
path: root/src/ui/button.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-30 16:08:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-30 16:08:15 +0000
commit26da2f9c144799264e2d36bf2988ba8bc404ee11 (patch)
treec6ab7d37db77037ac95a28c34e7eb517edcb43ca /src/ui/button.h
parent6f72ae7e3e61b330dd1874a951b258075649fe8e (diff)
downloadqmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.tar.gz
qmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.tar.bz2
qmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.zip
added skinned cursors (patch by Erik Ölsar)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1338 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/button.h')
-rw-r--r--src/ui/button.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/button.h b/src/ui/button.h
index dea4ecced..ce8651ffe 100644
--- a/src/ui/button.h
+++ b/src/ui/button.h
@@ -31,7 +31,7 @@ class Button : public PixmapWidget
{
Q_OBJECT
public:
- Button(QWidget *parent, uint normal, uint pressed);
+ Button(QWidget *parent, uint normal, uint pressed, uint cursor);
~Button();
@@ -46,6 +46,7 @@ private:
bool m_cursorin;
void setON(bool);
uint name_normal, name_pressed;
+ uint name_cursor;
protected:
void mousePressEvent(QMouseEvent*);