PyQt 在 QTreeWidget 内隐藏 QDialogs

发布于 2024-10-21 20:16:57 字数 220 浏览 1 评论 0原文

我有一个 QTreeWidget,里面有 QComboBoxes。我希望能够隐藏组合框。

我使用 itemWidget 函数从树中获取 QComboBox。我尝试过使用 setVisible(False) 和 hide() 但都不起作用。任何人都可以解释为什么会出现这种情况并可能提供灵魂吗?

我怀疑它与 QTreeWidget 或 QTreeWidgetItems 控制其小部件的可见性有关。

I have a QTreeWidget with QComboBoxes inside of it. I would like to be able to hide the combo boxes.

I am getting the QComboBox out of the tree using the itemWidget function. I have tried using setVisible(False) and hide() but neither work. Can anyone explain why this is the case and possibly offer a soultion?

I suspect it has something to do with the QTreeWidget or the QTreeWidgetItems controlling the visibility of its widgets.

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

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

发布评论

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

评论(1

请别遗忘我 2024-10-28 20:16:57

您是否尝试过将 QComboBoxes 放入 QWidget 内的布局中,并将 QWidget 放入 QTreeWidget 中?

Have you tried putting the QComboBoxes inside a layout inside a QWidget, and placing the QWidget in the QTreeWidget?

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