开发者

qt window menu bar

开发者 https://www.devze.com 2023-01-16 18:23 出处:网络
in any window (gui ) there appears a menubar 开发者_Go百科and minimize, maximize and close icons. How is it possible to hide this bar.

in any window (gui ) there appears a menubar 开发者_Go百科and minimize, maximize and close icons. How is it possible to hide this bar.

Brgds,

kNish


You can make a window frameless by calling:

setWindowFlags(Qt::FramelessWindowHint);

See the window flags documentation to see how else you can change the appearance of windows.


You can use Window flags to do this.

0

精彩评论

暂无评论...
验证码 换一张
取 消