QTfrontend/hwform.h
changeset 8183 9b1c206a6cf2
parent 8179 a1ffcb559f99
child 8205 921e63507bea
equal deleted inserted replaced
8151:25b95d6224fc 8183:9b1c206a6cf2
    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         static GameUIConfig * config;
    63         static GameUIConfig * config;
    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();
    64         void updateXfire();
    66         void PlayDemoQuick(const QString & demofilename);
    65         void PlayDemoQuick(const QString & demofilename);
    67         void exit();
    66         void exit();
    68         void setButtonDescription(QString desc);
    67         void setButtonDescription(QString desc);
    69         void backDescription();
    68         void backDescription();