使用 QFrame 显示不同的信息窗格?

发布于 2024-08-10 05:58:37 字数 150 浏览 6 评论 0原文

我试图让 QFrame 充当几种不同类型信息的“显示区域”,例如:您单击列表视图中的某些内容,框架中会显示一个信息窗格 为了向您提供有关它的信息,您单击不同的项目,然后会显示不同的窗格。

但是,在将不同的框架换入和换出 QFrame 时遇到问题,有没有办法做到这一点?

I'm trying to get a QFrame to serve as a "display area" for a couple different kinds of information, eg: you click on something in a list view and an info pane shows up in the frame
to give you information about it, you click on a different item and a different pane shows up.

Having trouble swapping the different frames in and out of the QFrame though, is there a way to do this?

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

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

发布评论

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

评论(1

后来的我们 2024-08-17 05:58:37

使用 QStackedWidget 可能是最标准的解决方案。

Using QStackedWidget is probably the most standard solution.

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