QTfrontend/gamecfgwidget.h
changeset 1887 d68939b3f7f0
parent 1885 75489216b5b0
child 1890 de5cfe3beb22
equal deleted inserted replaced
1886:0bb8f61e5630 1887:d68939b3f7f0
    27 #include "mapContainer.h"
    27 #include "mapContainer.h"
    28 
    28 
    29 class QCheckBox;
    29 class QCheckBox;
    30 class QVBoxLayout;
    30 class QVBoxLayout;
    31 class QLabel;
    31 class QLabel;
       
    32 class QTableView;
    32 
    33 
    33 class GameCFGWidget : public QGroupBox
    34 class GameCFGWidget : public QGroupBox
    34 {
    35 {
    35 	Q_OBJECT
    36 	Q_OBJECT
    36 
    37 
    39 	quint32 getGameFlags() const;
    40 	quint32 getGameFlags() const;
    40 	quint32 getInitHealth() const;
    41 	quint32 getInitHealth() const;
    41 	QStringList getFullConfig() const;
    42 	QStringList getFullConfig() const;
    42 	QComboBox * WeaponsName;
    43 	QComboBox * WeaponsName;
    43 	HWMapContainer* pMapContainer;
    44 	HWMapContainer* pMapContainer;
       
    45 	QTableView * tv;
    44 
    46 
    45 public slots:
    47 public slots:
    46 	void setParam(const QString & param, const QStringList & value);
    48 	void setParam(const QString & param, const QStringList & value);
    47 	void fullNetConfig();
    49 	void fullNetConfig();
    48 
    50