Make difference on ShadedDisplay and MainDisplay in settings

This commit is contained in:
Tobias Rundstrom 2006-03-05 15:31:31 -03:00
parent 0498d4d44a
commit 152e1b2be8
6 changed files with 161 additions and 53 deletions

View file

@ -19,7 +19,7 @@ class TextScroller : public QWidget
Q_OBJECT
public:
TextScroller (QWidget *parent, uint, uint);
TextScroller (QWidget *parent, uint, uint, const QString &);
~TextScroller ();
void setText(QString text);
@ -43,9 +43,11 @@ class TextScroller : public QWidget
int m_x2_off;
int m_fontsize;
bool m_ttf;
bool m_scroll;
QTimer *m_timer;
QString m_text;
QString m_name;
void drawBitmapFont (QString text);
void drawQtFont (QString text);