QTfrontend/hwform.h
changeset 6572 0d0af531c1c7
parent 6561 b2165583cdf5
child 6574 ec059b55aa72
equal deleted inserted replaced
6571:da5cfded818b 6572:0d0af531c1c7
    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();