QTfrontend/ui/page/pagemain.cpp
changeset 6759 700504a608ff
parent 6700 e04da46ee43c
child 6952 7f70f37bbf08
equal deleted inserted replaced
6758:26bf919aeb57 6759:700504a608ff
    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     BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false);
    61     BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false);
    62     BtnFeedback->setWhatsThis(tr("Leave a feeback 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"));
    63     pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter);
    63     pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter);
    64 
    64 
    65     BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false);
    65     BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false);
    66     //BtnDataDownload->setToolTip(tr(Downloadable Content"));
    66     //BtnDataDownload->setToolTip(tr(Downloadable Content"));
    67     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"));