开发者

Qt: How to handle forms?

I'm creating an application in Qt (Nokia SDK) which shoul开发者_运维问答d hold a login screen, main menu screen, etc.... But what is the best way to jump back and forward on these screens?

I have recently looked at Stacked Widget, and it seems like that could solve my case, but it has some kind of margin on itself, that makes it look weird. (Makes the widget not fill the entire screen)

Any suggestions?

Thanks in advance!


if you are using a layout, select it and in properties, set margin values to 0


QStackedWidget doesn't have any margins. You should check if you are using layouts with margins. Usually you will have layout for each page of stacked widget.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜