Added PlayStatus widget.

This commit is contained in:
Tobias Rundstrom 2006-02-20 16:21:35 -03:00
parent a50e7afd4a
commit 46a0fd1b29
8 changed files with 86 additions and 6 deletions

View file

@ -22,6 +22,7 @@ class MainDisplay;
#include "SmallNumberDisplay.h"
#include "StereoMono.h"
#include "Slider.h"
#include "PlayStatus.h"
using namespace std;
@ -42,6 +43,8 @@ class MainDisplay : public SkinDisplay
StereoMono *m_stereo;
Slider *m_slider;
PlayStatus *m_playstatus;
public slots:
void setPixmaps(Skin *skin);
protected: