Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 2 个单选按钮的对话框。每个都应该连接到一个 Q*BoxLayout (其中的一些内容),所以当用户按下第一个时,它应该显示第一个布局及其内容,如果用户选择第二个,它应该显示(或启用可见性)第二个,但我无法隐藏整个布局
是否可以隐藏它?
如果没有,你有什么建议?
将 boxlayout 的内容放在 QWidget 中。然后将合适的 boxlayout 添加到 QWidget。现在您可以隐藏和显示该容器小部件。