简体   繁体   中英

Qt Creator, Full Screen View

I would like to let the view of my Application to Enlarge when I'm opening it as Full Screen mode, is there any kind of flag/something similar to put in QT Creator? 标准

后

It appears you have designed your application to have a fixed size. If you switch to full-screen the size of your window changes, but your controls keep the same positions and dimensions.

You will have to use layouts, so your application adjusts to size changes. Read the Documentation on Layout Management with Qt.

Note that layouts can be applied in code or in design-mode(The bar on top).

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