MiniProjectTargetSelector: Add button widget for mutable KitInformation

This makes some of the more obscure KitInformation useable in that place.

Task-number: QTCREATORBUG-14774
Change-Id: I55f39f2275d96782ee6490d7160ade0c3a5623e1
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-10-12 11:57:55 +02:00
parent 0eaa9f668c
commit c455e78781

View File

@@ -591,6 +591,7 @@ void KitAreaWidget::setKit(Kit *k)
// force fusion style as native style has rendering issues on windows: // force fusion style as native style has rendering issues on windows:
mainWidget->setStyle(QStyleFactory::create(QLatin1String("fusion"))); mainWidget->setStyle(QStyleFactory::create(QLatin1String("fusion")));
m_layout->addWidget(mainWidget, row, 1); m_layout->addWidget(mainWidget, row, 1);
m_layout->addWidget(widget->buttonWidget(), row, 2);
++row; ++row;
} }
} }