76 BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
76 BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
77 BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project")); |
77 BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project")); |
78 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
78 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
79 |
79 |
80 BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false); |
80 BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false); |
81 BtnFeedback->setFixedSize(86, 27); |
81 BtnFeedback->setStyleSheet("padding: 5px 10px"); |
82 BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars")); |
82 BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars")); |
83 pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter); |
83 pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter); |
84 |
84 |
85 BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false); |
85 BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false); |
86 BtnDataDownload->setFixedSize(176, 27); |
86 BtnDataDownload->setStyleSheet("padding: 5px 10px"); |
87 BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website")); |
87 BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website")); |
88 pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter); |
88 pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter); |
89 |
89 |
90 // disable exit button sound |
90 // disable exit button sound |
91 btnBack->isSoundEnabled = false; |
91 btnBack->isSoundEnabled = false; |