From 309351017d15c755940da0bba1b8c3bf6bae40b8 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 17 May 2020 04:10:26 -0500 Subject: Qt UI: Add What's This to all controls missing it --- ui/qt5/firmwarepage.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/qt5/firmwarepage.cc') diff --git a/ui/qt5/firmwarepage.cc b/ui/qt5/firmwarepage.cc index 30e4247..a8d6fa5 100644 --- a/ui/qt5/firmwarepage.cc +++ b/ui/qt5/firmwarepage.cc @@ -28,7 +28,9 @@ FirmwarePage::FirmwarePage(QWidget *parent) : HorizonWizardPage(parent) { descLabel->setWordWrap(true); noButton = new QRadioButton(tr("&No, do not load firmware on this computer.")); + noButton->setWhatsThis(tr("Selecting this option will not install proprietary firmware on this computer.")); yesButton = new QRadioButton(tr("&Yes, load firmware on this computer.")); + yesButton->setWhatsThis(tr("Selecting this option will install proprietary firmware on this computer.")); yesButton->setChecked(true); firmwareChoice = new QButtonGroup; firmwareChoice->addButton(noButton); -- cgit v1.2.3-70-g09d2