Skip to content

Commit

Permalink
New Element Wizard add Company Collection in build Step 1 tree_view
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 committed Feb 20, 2024
1 parent ff3b497 commit 667e5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/newelementwizard.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 667e5ec

Please sign in to comment.