QTfrontend/ui/page/pagenetgame.cpp
changeset 8382 67e257b98422
parent 8377 869f80966a77
child 8415 02acf6b92f52
equal deleted inserted replaced
8381:588a8e6e2041 8382:67e257b98422
    74     leRoomName->setMinimumWidth(200);
    74     leRoomName->setMinimumWidth(200);
    75     leRoomName->setMaximumWidth(400);
    75     leRoomName->setMaximumWidth(400);
    76 
    76 
    77     //Button to signify whether the player is ready to start playing
    77     //Button to signify whether the player is ready to start playing
    78     BtnGo = new QPushButton(this);
    78     BtnGo = new QPushButton(this);
    79     BtnGo->setToolTip(QPushButton::tr("Ready"));
       
    80     BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
    79     BtnGo->setIcon(QIcon(":/res/lightbulb_off.png"));
    81     BtnGo->setIconSize(QSize(25, 34));
    80     BtnGo->setIconSize(QSize(25, 34));
    82     BtnGo->setMinimumWidth(50);
    81     BtnGo->setMinimumWidth(50);
    83     BtnGo->setMinimumHeight(50);
    82     BtnGo->setMinimumHeight(50);
    84 
    83