QTfrontend/ui/widget/gamecfgwidget.h
changeset 11757 6874644a2d00
parent 11046 47a8c19ecb60
child 12811 de3cbbb09915
equal deleted inserted replaced
11756:df92c83375e2 11757:6874644a2d00
    38         Q_OBJECT
    38         Q_OBJECT
    39 
    39 
    40         Q_PROPERTY(bool master READ isMaster WRITE setMaster)
    40         Q_PROPERTY(bool master READ isMaster WRITE setMaster)
    41 
    41 
    42     public:
    42     public:
    43         GameCFGWidget(QWidget* parent);
    43         GameCFGWidget(QWidget* parent, bool randomWithoutDLC = false);
    44         quint32 getGameFlags() const;
    44         quint32 getGameFlags() const;
    45         quint32 getInitHealth() const;
    45         quint32 getInitHealth() const;
    46         QByteArray getFullConfig() const;
    46         QByteArray getFullConfig() const;
    47         QComboBox * Scripts;
    47         QComboBox * Scripts;
    48         QComboBox * GameSchemes;
    48         QComboBox * GameSchemes;