简体   繁体   中英

Qt-Frameless window and OS button

Hello,

I have a frameless application in which i have reimplemented my menu bar. I want to get the default close, minimize and maximize button for the os (Max, Windows ...).

Can somebody give me a sort of guideline or tips to do so ? I've tried using :

maxPix = style()->standardPixmap(QStyle::SP_TitleBarMaxButton); but i can't find the corresponding one.

Thank you deeply.

Try playing around with CustomizeWindowHint and setting Qt::WindowMinimizeButtonHint after you set Qt::FramelessWindowHint.

http://doc.trolltech.com/4.6/qt.html

Search for CustomizeWindowHint flag.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM