QTfrontend/hwform.h
changeset 8179 a1ffcb559f99
parent 8140 a098374b847b
child 8205 921e63507bea
equal deleted inserted replaced
8178:8bd087478b48 8179:a1ffcb559f99
    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();