ui: statusview
* statusview as tab
This commit is contained in:
@@ -63,8 +63,12 @@ void ComponentManager::setup(ViewLayout* viewLayout)
|
||||
// std::shared_ptr<Component> logComponent = m_componentFactory->createLogComponent(tabbedView.get());
|
||||
// m_components.push_back(logComponent);
|
||||
|
||||
std::shared_ptr<Component> statusComponent = m_componentFactory->createStatusComponent(tabbedView.get());
|
||||
m_components.push_back(statusComponent);
|
||||
|
||||
std::shared_ptr<Component> errorComponent = m_componentFactory->createErrorComponent(tabbedView.get());
|
||||
m_components.push_back(errorComponent);
|
||||
|
||||
}
|
||||
|
||||
void ComponentManager::clearComponents()
|
||||
|
||||
Reference in New Issue
Block a user