QTfrontend/ui/page/pagemain.cpp
changeset 7235 baa69bd025d9
parent 6952 7f70f37bbf08
child 7617 0ac281e1b58b
equal deleted inserted replaced
7231:f484455dd055 7235:baa69bd025d9
    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"));
    87     btnBack->setWhatsThis(tr("Exit game"));
    88     
    88 
    89     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
    89     BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true);
       
    90     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
       
    91 
       
    92     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
    90     BtnSetup->setWhatsThis(tr("Edit game preferences"));
    93     BtnSetup->setWhatsThis(tr("Edit game preferences"));
       
    94 
    91     return bottomLayout;
    95     return bottomLayout;
    92 }
    96 }
    93 
    97 
    94 void PageMain::connectSignals()
    98 void PageMain::connectSignals()
    95 {
    99 {