summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/componentselectionpage_p.cpp
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-02-04 10:39:56 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-02-04 09:07:04 +0000
commit2a791f276dadc75afb39e4d3d44ca056c1912447 (patch)
tree05d47a74adf1eab96bf8221a8bdbb3961511e947 /src/libs/installer/componentselectionpage_p.cpp
parentf229bc434329debf6467cb432571bf3a3d44f8fe (diff)
Add tooltip for categories
Change-Id: I852a236bc2cff0d532a825581e3da4dcdcbbab90 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'src/libs/installer/componentselectionpage_p.cpp')
-rw-r--r--src/libs/installer/componentselectionpage_p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/componentselectionpage_p.cpp b/src/libs/installer/componentselectionpage_p.cpp
index 8d023a501..4e7acc837 100644
--- a/src/libs/installer/componentselectionpage_p.cpp
+++ b/src/libs/installer/componentselectionpage_p.cpp
@@ -205,6 +205,7 @@ void ComponentSelectionPagePrivate::setupCategoryLayout()
connect(checkBox, &QCheckBox::stateChanged, this,
&ComponentSelectionPagePrivate::checkboxStateChanged);
checkBox->setText(repository.displayname());
+ checkBox->setToolTip(repository.tooltip());
categoryLayout->addWidget(checkBox);
}