QTfrontend/ui/page/pagenetgame.h
changeset 8415 02acf6b92f52
parent 8377 869f80966a77
child 8424 225ede46e3dc
equal deleted inserted replaced
8414:c1ac0b64315e 8415:02acf6b92f52
    46 
    46 
    47         QPushButton *BtnGo;
    47         QPushButton *BtnGo;
    48         QPushButton *BtnMaster;
    48         QPushButton *BtnMaster;
    49         QPushButton *BtnStart;
    49         QPushButton *BtnStart;
    50         QPushButton *BtnUpdate;
    50         QPushButton *BtnUpdate;
       
    51         HistoryLineEdit *leRoomName;
    51 
    52 
    52         QAction * restrictJoins;
    53         QAction * restrictJoins;
    53         QAction * restrictTeamAdds;
    54         QAction * restrictTeamAdds;
    54 
    55 
    55         HWChatWidget* chatWidget;
    56         HWChatWidget* chatWidget;
    61         void setReadyStatus(bool isReady);
    62         void setReadyStatus(bool isReady);
    62         void setUser(const QString & nickname);
    63         void setUser(const QString & nickname);
    63         void onUpdateClick();
    64         void onUpdateClick();
    64         void setMasterMode(bool isMaster);
    65         void setMasterMode(bool isMaster);
    65 
    66 
       
    67     private slots:
       
    68         void onRoomNameEdited();
       
    69 
    66     signals:
    70     signals:
    67         void SetupClicked();
    71         void SetupClicked();
    68         void askForUpdateRoomName(const QString &);
    72         void askForUpdateRoomName(const QString &);
    69 
    73 
    70     private:
    74     private:
    71         QLayout * bodyLayoutDefinition();
    75         QLayout * bodyLayoutDefinition();
    72         QLayout * footerLayoutDefinition();
    76         QLayout * footerLayoutDefinition();
    73         QLayout * footerLayoutLeftDefinition();
    77         QLayout * footerLayoutLeftDefinition();
    74         void connectSignals();
    78         void connectSignals();
    75 
    79 
    76         HistoryLineEdit * leRoomName;
       
    77         QPushButton * btnSetup;
    80         QPushButton * btnSetup;
       
    81         QLabel * lblRoomNameReadOnly;
    78 };
    82 };
    79 
    83 
    80 #endif
    84 #endif