diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-09 19:45:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-09 19:45:15 +0000 |
| commit | 0e860ae0ba0c6ed9f14b9d01a28b44ae64d91532 (patch) | |
| tree | 33da2a2b96d40e270b4bbe3a124bdf7e23b788f5 /src/ui/symboldisplay.h | |
| parent | 3188ada336102df3bf8d77cdafdab1a8f65f4d86 (diff) | |
| download | qmmp-0e860ae0ba0c6ed9f14b9d01a28b44ae64d91532.tar.gz qmmp-0e860ae0ba0c6ed9f14b9d01a28b44ae64d91532.tar.bz2 qmmp-0e860ae0ba0c6ed9f14b9d01a28b44ae64d91532.zip | |
new libqmmp api, a lot of features has been temporary disabled
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@546 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/symboldisplay.h')
| -rw-r--r-- | src/ui/symboldisplay.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ui/symboldisplay.h b/src/ui/symboldisplay.h index 065579b7a..720bad315 100644 --- a/src/ui/symboldisplay.h +++ b/src/ui/symboldisplay.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -37,8 +37,7 @@ public: SymbolDisplay(QWidget *parent = 0, int digits = 3); ~SymbolDisplay(); - void display(const QString&); - void display(int); + void setAlignment(Qt::Alignment a) { m_alignment = a; @@ -48,6 +47,10 @@ public: return m_alignment; } +public slots: + void display(const QString&); + void display(int); + private slots: void draw(); |
