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
上一篇:Python内置模块hashlib、hmac与uuid用法分析
栏 目:Python代码
本文标题:PyQt5根据控件Id获取控件对象的方法
本文地址:http://www.codeinn.net/misctech/40222.html