|
@@ -90,6 +90,7 @@ void MainWindow::initialize()
|
|
m_widgetLayout = new QHBoxLayout();
|
|
m_widgetLayout = new QHBoxLayout();
|
|
m_stackWidget = new StackedWidget(this);
|
|
m_stackWidget = new StackedWidget(this);
|
|
m_naviInterface = new NavigationInterface(true, true, this);
|
|
m_naviInterface = new NavigationInterface(true, true, this);
|
|
|
|
+ m_naviInterface->panel->setExpandWidth(200);
|
|
|
|
|
|
m_homeView = new HomeView(this);
|
|
m_homeView = new HomeView(this);
|
|
|
|
|