QTfrontend/ui/page/pagemain.cpp
changeset 6699 83dd3447a212
parent 6616 f77bb02b669f
child 6700 e04da46ee43c
equal deleted inserted replaced
6698:804e9076d136 6699:83dd3447a212
    82     mainNote->setWordWrap(true);
    82     mainNote->setWordWrap(true);
    83 
    83 
    84     bottomLayout->addWidget(mainNote, 0);
    84     bottomLayout->addWidget(mainNote, 0);
    85     bottomLayout->setStretch(0,1);
    85     bottomLayout->setStretch(0,1);
    86 
    86 
       
    87     btnBack->setWhatsThis(tr("Exit game"));
       
    88     
    87     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
    89     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
       
    90     BtnSetup->setWhatsThis(tr("Edit game preferences"));
    88     return bottomLayout;
    91     return bottomLayout;
    89 }
    92 }
    90 
    93 
    91 void PageMain::connectSignals()
    94 void PageMain::connectSignals()
    92 {
    95 {