如何在应用程序运行时调整窗口上小部件的大小?

发布于 2024-11-27 09:00:40 字数 168 浏览 0 评论 0原文

我有一个包含更多小部件的应用程序 - 一个 QGRaphicsView 小部件和 2 个 QListView 小部件。

如何在应用程序运行时调整这些小部件的大小?也就是说,从小部件的边缘向上、向下、向左或向右拖动,它就会重新调整大小。我做了一些研究,显然停靠小部件可以毫无问题地调整大小。但还有其他办法吗?

I have an application that contains more widgets - a QGRaphicsView widget and 2 QListView widgets.

How can I make these widgets resizable while the application is running? That is drag up and down, left or right from the widgets' margins and it gets re-sized. I did some research and apparently dock widgets can be re-sized without problems. But is there any other way?

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

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

发布评论

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

评论(1

脱离于你 2024-12-04 09:00:40

小部件应包含在布局中,这将导致它们在调整父窗口大小时自行调整大小。您可以允许使用拆分器在两个小部件共享的空间内调整它们的大小。如果没有更多细节,就很难进一步推荐任何东西。

The widgets should be contained within layouts which will cause them to resize themselves when the parent window is resized. You can allow two widgets to be resized within a space that they share using splitters. Without more detail, it's difficult to recommend anything further.

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