Added beginning of skinchooser.

Drop your skins into ~/.xmms2/clients/promoe/skins
This commit is contained in:
Tobias Rundstrom 2006-02-27 00:10:46 -03:00
parent 18f87d65d5
commit 4e46089c01
8 changed files with 169 additions and 3 deletions

1
Skin.h
View file

@ -19,6 +19,7 @@ class Skin : public QWidget
~Skin();
void setSkin (QString name);
static QPixmap getPixmap (QString, QDir);
const QPixmap getItem (uint part) const { return m_items->value(part); }
const QPixmap getPls (uint part) const { return m_playlist->value(part); }