QTfrontend/pagenetgame.cpp
changeset 6009 14f6fc9869f2
parent 5960 74bc72746bec
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    57 
    57 
    58 
    58 
    59     QHBoxLayout * bottomLayout = new QHBoxLayout;
    59     QHBoxLayout * bottomLayout = new QHBoxLayout;
    60     pageLayout->addLayout(bottomLayout, 4, 0, 1, 2);
    60     pageLayout->addLayout(bottomLayout, 4, 0, 1, 2);
    61 
    61 
       
    62 
    62     BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
    63     BtnBack = addButton(":/res/Exit.png", bottomLayout, 0, true);
       
    64     connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
       
    65 
    63 
    66 
    64     leRoomName = new QLineEdit(this);
    67     leRoomName = new QLineEdit(this);
    65     leRoomName->setMaxLength(60);
    68     leRoomName->setMaxLength(60);
    66     leRoomName->setMinimumWidth(200);
    69     leRoomName->setMinimumWidth(200);
    67     leRoomName->setMaximumWidth(400);
    70     leRoomName->setMaximumWidth(400);