Widget
设置标题:setWindowTitle
this->setWindowTitle("Demo00001");
设置大小:resize
this->resize(600,400);
设置固定大小:resize 测试没有最大化的按钮
this->setFixedSize(600,400);//固定大小
设置窗体类型 setWindowState
this->setWindowState(Qt::WindowMaximized);
Widget
设置标题:setWindowTitle
this->setWindowTitle("Demo00001");
设置大小:resize
this->resize(600,400);
设置固定大小:resize 测试没有最大化的按钮
this->setFixedSize(600,400);//固定大小
设置窗体类型 setWindowState
this->setWindowState(Qt::WindowMaximized);