ui: Made all indexing dialogs hideable
* all dialogs for the indexing usecase can be hidden regardless of project state * fixed some dialogs could not be shown * pass dialogview into project and all indexing tasks * pass application to project and tasks
This commit is contained in:
@@ -70,6 +70,8 @@ void ComponentManager::setup(ViewLayout* viewLayout)
|
||||
);
|
||||
}
|
||||
|
||||
m_dialogViews[DialogView::UseCase::INDEXING]->setDialogsHideable(true);
|
||||
|
||||
std::shared_ptr<TabbedView> tabbedView =
|
||||
m_componentFactory->getViewFactory()->createTabbedView(viewLayout, "Status");
|
||||
m_tabbedViews.push_back(tabbedView);
|
||||
|
||||
Reference in New Issue
Block a user