equal
deleted
inserted
replaced
58 Q_OBJECT |
58 Q_OBJECT |
59 |
59 |
60 public: |
60 public: |
61 HWForm(QWidget *parent = 0, QString styleSheet = ""); |
61 HWForm(QWidget *parent = 0, QString styleSheet = ""); |
62 Ui_HWForm ui; |
62 Ui_HWForm ui; |
63 GameUIConfig * config; |
63 static GameUIConfig * config; |
64 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
64 static QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
65 void updateXfire(); |
65 void updateXfire(); |
66 void PlayDemoQuick(const QString & demofilename); |
66 void PlayDemoQuick(const QString & demofilename); |
67 void exit(); |
67 void exit(); |
68 void setButtonDescription(QString desc); |
68 void setButtonDescription(QString desc); |
69 void backDescription(); |
69 void backDescription(); |