Worked much on the Medialib.

This commit is contained in:
Tobias Rundstrom 2006-03-06 00:34:28 -03:00
parent 28f9bd246b
commit b7d5afc0ca
18 changed files with 737 additions and 155 deletions

View file

@ -20,6 +20,9 @@ class SettingsTabMedialib : public QWidget {
private:
QComboBox *m_selected;
QComboBox *m_artistsize;
QComboBox *m_albumsize;
QComboBox *m_songsize;
};
class SettingsTabPlaylist : public QWidget {