Qt 小部件 com 问题

发布于 2024-10-15 11:40:40 字数 71 浏览 3 评论 0原文

我有一个矩形小部件、一个调整大小框小部件和一个文本编辑小部件。如何在不使用布局的情况下组合它们?我希望将它们全部作为一个小部件。

I have a Rectangle widget, and a resize box widget, and a text edit widget. How can I compose them without using layouts ? I want all of them as a single widget.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病毒体 2024-10-22 11:40:40

有关如何进行手动布局的文档位于 Qt 布局管理 此处。

您确定不能使用其中一种标准布局吗?您可以使用一个布局(或多个布局)创建一个自定义小部件,其中三个子部件位于内部,并且您的新自定义小部件仍然只是一个小部件。

The documentation for how to do a manual layout is in Qt Layout Management here.

Are you sure you can't use one of the standard layouts? You can make a custom widget with three children positioned inside using a layout (or layouts) and your new custom widget will still be just a single widget.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文