Added StereoMono display.
This commit is contained in:
parent
eaa2e021a6
commit
76b9131d03
9 changed files with 117 additions and 12 deletions
|
@ -21,6 +21,7 @@ class MainDisplay;
|
|||
#include "MainWindow.h"
|
||||
#include "NumberDisplay.h"
|
||||
#include "SmallNumberDisplay.h"
|
||||
#include "StereoMono.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -38,6 +39,8 @@ class MainDisplay : public SkinDisplay
|
|||
SmallNumberDisplay *m_kbps;
|
||||
SmallNumberDisplay *m_khz;
|
||||
|
||||
StereoMono *m_stereo;
|
||||
|
||||
public slots:
|
||||
void setPixmaps(Skin *skin);
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue