Promoe kind of works.
This commit is contained in:
parent
9fb1376afe
commit
b8ec3a6cae
15 changed files with 183 additions and 65 deletions
|
@ -1,6 +1,10 @@
|
|||
#ifndef __MAINDISPLAY_H__
|
||||
#define __MAINDISPLAY_H__
|
||||
|
||||
class MainDisplay;
|
||||
|
||||
#include "XMMSHandler.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <QPixmap>
|
||||
|
@ -25,12 +29,19 @@ class MainDisplay : public SkinDisplay
|
|||
public:
|
||||
MainDisplay (QWidget *parent);
|
||||
~MainDisplay ();
|
||||
|
||||
TextScroller *m_text;
|
||||
NumberDisplay *m_number;
|
||||
NumberDisplay *m_number2;
|
||||
|
||||
public slots:
|
||||
void setPixmaps(Skin *skin);
|
||||
protected:
|
||||
void SetupPushButtons (void);
|
||||
void MainDisplay::SetupToggleButtons (void);
|
||||
|
||||
MainWindow *m_mw;
|
||||
|
||||
Button *m_prev;
|
||||
Button *m_play;
|
||||
Button *m_pause;
|
||||
|
@ -47,10 +58,6 @@ class MainDisplay : public SkinDisplay
|
|||
ToggleButton *m_shuffle;
|
||||
ToggleButton *m_repeat;
|
||||
|
||||
TextScroller *m_text;
|
||||
|
||||
NumberDisplay *m_number;
|
||||
NumberDisplay *m_number2;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue