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.
在 wxpython 中,我可以将 staticbox 与 staticboxsizer 结合使用,在小部件周围制作一个带有标题的框,如下所示:
我对 qt 相当陌生,不知道所有的小部件,所以也许我错过了一些微不足道的东西,但我怎样才能在 pyqt/pyside 中实现呢?
它被称为QGroupBox:
您可以通过 GUI 编辑器(我的首选方法)创建它,也可以QGroupBox()在 Python 中创建一个对象并将其添加到窗口的布局中。
QGroupBox()