当前位置:主页 > 软件编程 > Python代码 >

PyQt5根据控件Id获取控件对象的方法

时间:2021-01-03 15:36:34 | 栏目:Python代码 | 点击:

如下所示:

self.findChild(QComboBox, "name") 

self is class

first parameter is Type

second parameter is Id String

您可能感兴趣的文章:

相关文章