QTfrontend/ui/page/pagemain.cpp
changeset 7687 c73fd8cfa7c0
parent 7643 97b98bcfd056
child 7796 5d00c28059e3
equal deleted inserted replaced
7613:ce6ead3327b2 7687:c73fd8cfa7c0
    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 #ifdef VIDEOREC
       
    90     BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true);
       
    91     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
       
    92 #endif
       
    93 
       
    94     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true);
    90     BtnSetup->setWhatsThis(tr("Edit game preferences"));
    95     BtnSetup->setWhatsThis(tr("Edit game preferences"));
       
    96 
    91     return bottomLayout;
    97     return bottomLayout;
    92 }
    98 }
    93 
    99 
    94 void PageMain::connectSignals()
   100 void PageMain::connectSignals()
    95 {
   101 {