forked from qt-creator/qt-creator
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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user