diff --git a/src/plugins/projectexplorer/buildstepspage.cpp b/src/plugins/projectexplorer/buildstepspage.cpp index 04f29eae7ea..cc82be902ff 100644 --- a/src/plugins/projectexplorer/buildstepspage.cpp +++ b/src/plugins/projectexplorer/buildstepspage.cpp @@ -126,6 +126,7 @@ void BuildStepsPage::updateBuildStepWidget(QTreeWidgetItem *newItem, QTreeWidget if (newItem) { int row = m_ui->buildSettingsList->indexOfTopLevelItem(newItem); m_ui->buildSettingsWidget->setCurrentIndex(row); + m_ui->groupBox->setTitle(newItem->text(0)); BuildStepConfigWidget *widget = qobject_cast(m_ui->buildSettingsWidget->currentWidget()); Q_ASSERT(widget); widget->init(m_configuration); diff --git a/src/plugins/projectexplorer/buildstepspage.ui b/src/plugins/projectexplorer/buildstepspage.ui index 52a667f6b88..47b33c068cc 100644 --- a/src/plugins/projectexplorer/buildstepspage.ui +++ b/src/plugins/projectexplorer/buildstepspage.ui @@ -10,130 +10,140 @@ 300 - + + + 0 + + + 0 + + + 0 + + + -1 + - - - - - - 0 - 0 - - - - - 150 - 16777215 - - - - false - - - true - - - true - - - - 1 - - - - - - - - -1 - - - - - Qt::Horizontal - - - - 0 - 0 - - - - - - - - + - - - QToolButton::InstantPopup - - - - - - - false - - - - - - - QToolButton::DelayedPopup - - - - - - - false - - - ^ - - - - - - - false - - - v - - - - - - + + + + 0 + 0 + + + + + 150 + 16777215 + + + + false + + + true + + + true + + + + 1 + + + - - + + 10 0 - - 0 + + GroupBox - + + + + + + 10 + 0 + + + + 0 + + + + + - - - Qt::Vertical + + + -1 - - - 20 - 47 - - - + + + + Qt::Horizontal + + + + 0 + 0 + + + + + + + + + + + + QToolButton::InstantPopup + + + + + + + false + + + - + + + QToolButton::DelayedPopup + + + + + + + false + + + ^ + + + + + + + false + + + v + + + +