equal
deleted
inserted
replaced
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 { |