equal
deleted
inserted
replaced
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 #ifdef VIDEOREC |
89 BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true); |
90 BtnVideos = addButton(":/res/Record.png", bottomLayout, 1, true); |
90 BtnVideos->setWhatsThis(tr("Manage videos recorded from game")); |
91 BtnVideos->setWhatsThis(tr("Manage videos recorded from game")); |
|
92 #endif |
91 |
93 |
92 BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true); |
94 BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true); |
93 BtnSetup->setWhatsThis(tr("Edit game preferences")); |
95 BtnSetup->setWhatsThis(tr("Edit game preferences")); |
94 |
96 |
95 return bottomLayout; |
97 return bottomLayout; |