QTfrontend/hwform.h
changeset 85 44d9045b26ff
parent 84 0f6669da2fcb
child 87 ff213e443336
equal deleted inserted replaced
84:0f6669da2fcb 85:44d9045b26ff
    43 #include "game.h"
    43 #include "game.h"
    44 #include "team.h"
    44 #include "team.h"
    45 #include "netclient.h"
    45 #include "netclient.h"
    46 #include "teamselect.h"
    46 #include "teamselect.h"
    47 
    47 
    48 class GameConfig;
    48 class GameUIConfig;
    49 
    49 
    50 class HWForm : public QMainWindow
    50 class HWForm : public QMainWindow
    51 {
    51 {
    52 	Q_OBJECT
    52 	Q_OBJECT
    53 
    53 
    89 private:
    89 private:
    90 	QLabel * LBind[BINDS_NUMBER];
    90 	QLabel * LBind[BINDS_NUMBER];
    91 	HWGame * game;
    91 	HWGame * game;
    92 	HWTeam * tmpTeam;
    92 	HWTeam * tmpTeam;
    93 	HWNet * hwnet;
    93 	HWNet * hwnet;
    94 	GameConfig * config;
    94 	GameUIConfig * config;
    95 
       
    96 	TeamSelWidget* pts;
       
    97 };
    95 };
    98 
    96 
    99 #define ID_PAGE_SINGLEPLAYER 0
    97 #define ID_PAGE_SINGLEPLAYER 0
   100 #define ID_PAGE_SETUP_TEAM 1
    98 #define ID_PAGE_SETUP_TEAM 1
   101 #define ID_PAGE_SETUP 2
    99 #define ID_PAGE_SETUP 2