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

@ -40,6 +40,9 @@ MainDisplay::MainDisplay (QWidget *parent) : SkinDisplay(parent)
Skin::POSBAR_BTN_1);
m_slider->move (16, 72);
m_playstatus = new PlayStatus (this);
m_playstatus->move (24, 28);
}
void