将中央停靠小部件添加到 Qt 中的可见性上下文菜单

发布于 2025-01-10 06:29:35 字数 449 浏览 1 评论 0 原文

我通过 addDockWidget 将各种停靠小部件添加到我的窗口,并通过 setCentralWidget 添加一个主要小部件。使用 addDockWidget 添加的小部件会自动添加(上下文菜单由 Qt 生成)到右键单击时出现的上下文菜单列表,允许用户切换可见性各种停靠小部件的:

但是,通过 setCentralWidget 添加的小部件在此菜单中不存在,并且如果它“关闭”,则无法通过上下文菜单再次使其可见。如何将中央小部件添加到此菜单?

I add various dock widgets to my window through addDockWidget, and one main widget through setCentralWidget. The widgets added with addDockWidget are automatically added (the context menu is generated by Qt) to a context menu list that appear when right-clicking, allowing the user to toggle the visibility of the various dock widgets:

context menu

However, the widget added through setCentralWidget is absent from this menu, and if it's "closed" it can't be made visible again through the context menu. How can I add the central widget to this menu?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文