forked from qt-creator/qt-creator
Removed extra toolbar from quick designer, improved settings page
This commit is contained in:
@@ -347,7 +347,7 @@ void DesignDocumentController::loadCurrentModel()
|
||||
m_d->componentAction = new ComponentAction(m_d->formEditorView->widget());
|
||||
m_d->componentAction->setModel(m_d->model.data());
|
||||
connect(m_d->componentAction.data(), SIGNAL(currentComponentChanged(ModelNode)), SLOT(changeCurrentModelTo(ModelNode)));
|
||||
m_d->formEditorView->widget()->lowerToolBox()->addAction(m_d->componentAction.data());
|
||||
m_d->formEditorView->widget()->toolBox()->addAction(m_d->componentAction.data());
|
||||
}
|
||||
// Disable switching between in file components for the time being
|
||||
m_d->componentAction->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user