Qt禁止最大和最小化

w.setWindowFlags(w.windowFlags() &~ Qt::WindowMaximizeButtonHint);//禁止最大化

w.setWindowFlags(w.windowFlags() &~ Qt::WindowMinMaxButtonsHint);//禁止最大和最小化

猜你喜欢

转载自www.cnblogs.com/granx/p/9613024.html
今日推荐