QmlProject: Allow different QML viewers per project

Change-Id: I7ca136fe1cf51b8335a15b1b2b7ea838e4859f78
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Ulf Hermann
2018-09-03 09:41:07 +02:00
parent 1ae96a9090
commit 2d93a20bb6
3 changed files with 13 additions and 0 deletions

View File

@@ -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);