Added StereoMono display.

This commit is contained in:
Tobias Rundstrom 2006-02-19 18:12:39 -03:00
parent eaa2e021a6
commit 76b9131d03
9 changed files with 117 additions and 12 deletions

View file

@ -31,6 +31,10 @@ MainDisplay::MainDisplay (QWidget *parent) : SkinDisplay(parent)
m_khz->move (156, 43);
m_khz->setNumber (44, 2);
m_stereo = new StereoMono (this);
m_stereo->move (212, 41);
m_stereo->setStereoMono (0, 0);
}
void