equal
deleted
inserted
replaced
50 class HWForm : public QMainWindow |
50 class HWForm : public QMainWindow |
51 { |
51 { |
52 Q_OBJECT |
52 Q_OBJECT |
53 |
53 |
54 public: |
54 public: |
55 HWForm(QWidget *parent = 0); |
55 HWForm(QWidget *parent = 0, QString styleSheet = ""); |
56 Ui_HWForm ui; |
56 Ui_HWForm ui; |
57 SDLInteraction sdli; |
57 SDLInteraction sdli; |
58 GameUIConfig * config; |
58 GameUIConfig * config; |
59 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
59 QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage. Needs sync() calls if you want to get GameUIConfig changes though |
60 void updateXfire(); |
60 void updateXfire(); |