赞
踩
设置qt窗口的大小不能改变
setWindowFlags(Qt::MSWindowsFixedSizeDialogHint);//禁止最大化按钮 setFixedSize(this->width(),this->height()); // 禁止拖动窗口大小