mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
New Element Wizard add Company Collection in build Step 1 tree_view
This commit is contained in:
@@ -90,6 +90,7 @@ QWizardPage *NewElementWizard::buildStep1()
|
||||
m_model = new ElementsCollectionModel(m_tree_view);
|
||||
m_model->hideElement();
|
||||
m_model->addCustomCollection();
|
||||
m_model->addCompanyCollection();
|
||||
|
||||
m_tree_view->setModel(m_model);
|
||||
m_tree_view->setHeaderHidden(true);
|
||||
|
||||
Reference in New Issue
Block a user