//去掉标题栏
QWidget * titleBarWidget = this->titleBarWidget();
QWidget* lEmptyWidget = new QWidget();
this->setTitleBarWidget(lEmptyWidget );
delete titleBarWidget;
QDockWidget去掉标题栏
阅读 131
2022-05-05
//去掉标题栏
QWidget * titleBarWidget = this->titleBarWidget();
QWidget* lEmptyWidget = new QWidget();
this->setTitleBarWidget(lEmptyWidget );
delete titleBarWidget;
相关推荐
精彩评论(0)