QTfrontend/pageroomslist.h
changeset 5263 4c8b677503e2
parent 5205 78138ae93820
child 6009 14f6fc9869f2
equal deleted inserted replaced
5262:505a90cfa377 5263:4c8b677503e2
    43     QPushButton * BtnClear;
    43     QPushButton * BtnClear;
    44     QComboBox * CBState;
    44     QComboBox * CBState;
    45     QComboBox * CBRules;
    45     QComboBox * CBRules;
    46     QComboBox * CBWeapons;
    46     QComboBox * CBWeapons;
    47     HWChatWidget * chatWidget;
    47     HWChatWidget * chatWidget;
       
    48     QLabel * lblCount;
    48 
    49 
    49 private:
    50 private:
    50     bool gameInLobby;
    51     bool gameInLobby;
    51     QString gameInLobbyName;
    52     QString gameInLobbyName;
    52     QStringList listFromServer;
    53     QStringList listFromServer;
    53     AmmoSchemeModel * ammoSchemeModel;
    54     AmmoSchemeModel * ammoSchemeModel;
    54 
    55 
    55 public slots:
    56 public slots:
    56     void setRoomsList(const QStringList & list);
    57     void setRoomsList(const QStringList & list);
    57     void setAdmin(bool);
    58     void setAdmin(bool);
       
    59     void updateNickCounter(int cnt);
    58 
    60 
    59 private slots:
    61 private slots:
    60     void onCreateClick();
    62     void onCreateClick();
    61     void onJoinClick();
    63     void onJoinClick();
    62     void onRefreshClick();
    64     void onRefreshClick();