Added PlayStatus widget.
This commit is contained in:
parent
a50e7afd4a
commit
46a0fd1b29
8 changed files with 86 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue