开发者

Qt Designer & Dock Widgets

开发者 https://www.devze.com 2023-02-20 10:20 出处:网络
Is there a way to initialize two dock widgets as being tabbed using the Qt开发者_开发问答 Designer? I know this is possible with the API in the C++ directly; however, I would like to edit two or more

Is there a way to initialize two dock widgets as being tabbed using the Qt开发者_开发问答 Designer? I know this is possible with the API in the C++ directly; however, I would like to edit two or more dockable widgets within the designer and have them be tabbed to start. When I dock both widgets to the bottom dock they are sitting side by side and not one on top of the other. I can open preview and drag them to be tabbed, but they do not start this way.

Also, any idea when they are tabbed to make the tab bar appear on the top of the group and not the bottom?

Thanks, Jason


The short answer to the first question seems to be: no that is not possible. Would be a great thing to have though.

For you second answer, please have a look here.

0

精彩评论

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