The beginning of a settings window. Only application settings for now

This commit is contained in:
Tobias Rundstrom 2006-03-04 21:23:15 -03:00
parent 002867c17b
commit 2ae3f3bf7e
8 changed files with 265 additions and 22 deletions

View file

@ -21,6 +21,7 @@ class TitleBar : public PixWidget
void showMenu (void);
void showTheme (void);
void showMlib (void);
void showSettings (void);
protected:
void mouseDoubleClickEvent (QMouseEvent *event);