QTfrontend/pagesingleplayer.cpp
changeset 6009 14f6fc9869f2
parent 5543 5e597b725316
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    49     BtnCampaignPage->setVisible(false);
    49     BtnCampaignPage->setVisible(false);
    50 
    50 
    51     BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 1, true);
    51     BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 1, true);
    52     BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT"));
    52     BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT"));
    53 
    53 
       
    54 
    54     BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true);
    55     BtnBack = addButton(":/res/Exit.png", bottomLine, 0, true);
       
    56     connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
       
    57 
       
    58 
    55     bottomLine->addStretch();
    59     bottomLine->addStretch();
    56 
    60 
    57     BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true);
    61     BtnDemos = addButton(":/res/Record.png", bottomLine, 1, true);
    58     BtnDemos->setToolTip(tr("Demos (Watch recorded demos)"));
    62     BtnDemos->setToolTip(tr("Demos (Watch recorded demos)"));
    59     BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true);
    63     BtnLoad = addButton(":/res/Save.png", bottomLine, 2, true);