CMake: Add tooltip to autorun cmake checkbox

Task-number: QTCREATORBUG-16778
Change-Id: I94cdb9058943774007b406e29f5ca52251b5ab59
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tobias Hunger
2016-08-29 13:42:16 +02:00
parent c0d1c0c587
commit 2e284db28d

View File

@@ -342,6 +342,7 @@ CMakeToolItemConfigWidget::CMakeToolItemConfigWidget(CMakeToolItemModel *model)
m_autoRunCheckBox = new QCheckBox;
m_autoRunCheckBox->setText(tr("Autorun CMake"));
m_autoRunCheckBox->setToolTip(tr("Automatically run CMake after changes to CMake project files."));
QFormLayout *formLayout = new QFormLayout(this);
formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);