summaryrefslogtreecommitdiff
path: root/ui/qt5/stepprogresswidget.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-01 13:42:30 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-03-01 13:42:30 -0600
commitbcff79985ebe4c2d09eda749a99a005dc65b6b52 (patch)
treef442846cf945f31f28aa84bb6ace204f6a5e5263 /ui/qt5/stepprogresswidget.cc
parent75f10ffe70935187bb900501866a8d555b83a855 (diff)
downloadhorizon-bcff79985ebe4c2d09eda749a99a005dc65b6b52.tar.gz
horizon-bcff79985ebe4c2d09eda749a99a005dc65b6b52.tar.bz2
horizon-bcff79985ebe4c2d09eda749a99a005dc65b6b52.tar.xz
horizon-bcff79985ebe4c2d09eda749a99a005dc65b6b52.zip
Qt UI: Add What's This to the rest of the UI
Diffstat (limited to 'ui/qt5/stepprogresswidget.cc')
-rw-r--r--ui/qt5/stepprogresswidget.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/stepprogresswidget.cc b/ui/qt5/stepprogresswidget.cc
index 445cd2e..f02265a 100644
--- a/ui/qt5/stepprogresswidget.cc
+++ b/ui/qt5/stepprogresswidget.cc
@@ -29,6 +29,8 @@ StepProgressWidget::StepProgressWidget(QWidget *parent) : QWidget(parent) {
myFont.setBold(true);
boldFont = myFont;
+ setWhatsThis(tr("Displays the current status of System Installation tasks."));
+
stepGrid = new QGridLayout;
stepGrid->setColumnStretch(1, 100);