开发者

qt window menu 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜