Huge push that fixes lot of the problems with headers and added a Slider

This commit is contained in:
Tobias Rundstrom 2006-02-20 00:43:42 -03:00
parent 76b9131d03
commit f36ba49ea9
21 changed files with 298 additions and 42 deletions

View file

@ -277,6 +277,13 @@ void
Skin::BuildSliders (void)
{
QPixmap *img;
img = getPixmap("posbar.bmp");
m_items->insert (POSBAR, img->copy (0, 0, 248, 10));
m_items->insert (POSBAR_BTN_0, img->copy (248, 0, 29, 10));
m_items->insert (POSBAR_BTN_1, img->copy (278, 0, 29, 10));
delete img;
img = getPixmap("volume.bmp");
for (int i = VOLUMEBAR_POS_MIN; i < VOLUMEBAR_POS_MAX; i++) {