forked from qt-creator/qt-creator
QmlProject: Allow different QML viewers per project
Change-Id: I7ca136fe1cf51b8335a15b1b2b7ea838e4859f78 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -51,6 +51,7 @@ QmlProjectRunConfigurationWidget::QmlProjectRunConfigurationWidget(QmlProjectRun
|
||||
m_fileListModel(new QStandardItemModel(this))
|
||||
{
|
||||
auto form = new QFormLayout(this);
|
||||
rc->qmlViewerAspect()->addToConfigurationLayout(form);
|
||||
|
||||
m_fileListCombo = new QComboBox;
|
||||
m_fileListCombo->setModel(m_fileListModel);
|
||||
|
||||
Reference in New Issue
Block a user