如何在同一空间显示2个小部件?

发布于 2024-11-29 04:29:14 字数 175 浏览 0 评论 0原文

我有一个主窗口,我想在同一个空间上放置 2 个小部件,即当用户单击一个按钮时,其中一个小部件应该出现在前面,另一个小部件应该隐藏,然后在单击另一个按钮时更改位置。

我的 Widget 有不同类型:一种是 QGLWidget,另一种是 QGraphicsView。

我怎样才能把这两个小部件放在同一个地方?

I have this main window on which I would like to put 2 widgets on the same space, i.e. when the user clicks a button then one of the widgets should come up front and the other be hidden and then change places when clicking another button.

My Widget are of different types: one is a QGLWidget and the other one is a QGraphicsView.

How could I put these 2 widgets on the same place?

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

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

发布评论

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

评论(1

我们的影子 2024-12-06 04:29:14

使用QStackedWidget。 Qt 文档说:

QStackedWidget类提供了一堆小部件,其中只有一个
小部件一次可见。

Use QStackedWidget. Qt Doc says that :

The QStackedWidget class provides a stack of widgets where only one
widget is visible at a time.

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