external stylesheet file for easier gui skinning introduced

This commit is contained in:
doitux
2007-12-10 00:29:16 +00:00
parent d60f53228e
commit 85b9f0926c
6 changed files with 160 additions and 7 deletions
+3 -1
View File
@@ -53,6 +53,7 @@ class gameLobbyDialogImpl;
class QColor;
class SDLPlayer;
class StyleSheetReader;
class mainWindowImpl: public QMainWindow, public Ui::mainWindow {
@@ -457,7 +458,8 @@ private:
int keyUpDownChatCounter;
int myLastPreActionBetValue;
StyleSheetReader *myStyleSheetReader;
friend class GuiWrapper;
};