56 BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
56 BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
57 //BtnInfo->setToolTip(tr("Credits")); //tooltip looks horrible with transparent background buttons |
57 //BtnInfo->setToolTip(tr("Credits")); //tooltip looks horrible with transparent background buttons |
58 BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project")); |
58 BtnInfo->setWhatsThis(tr("Read about who is behind the Hedgewars Project")); |
59 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
59 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
60 |
60 |
61 #if 0 |
|
62 BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false); |
61 BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false); |
63 BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars")); |
62 BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars")); |
64 pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter); |
63 pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter); |
65 #endif |
|
66 |
64 |
67 BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false); |
65 BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false); |
68 //BtnDataDownload->setToolTip(tr(Downloadable Content")); |
66 //BtnDataDownload->setToolTip(tr(Downloadable Content")); |
69 BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website")); |
67 BtnDataDownload->setWhatsThis(tr("Access the user created content downloadable from our website")); |
70 pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter); |
68 pageLayout->setAlignment(BtnDataDownload, Qt::AlignHCenter); |