summaryrefslogtreecommitdiff
path: root/ui/qt5/stepprogresswidget.cc
diff options
context:
space:
mode:
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);