Explorar o código

设置导航栏宽度

chengxr hai 1 ano
pai
achega
c7e165ab26
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      QFD/view/MainWindow.cpp

+ 1 - 0
QFD/view/MainWindow.cpp

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