标签: python pyqt
我想在窗口中的每个对象上使用.hide()方法。是否有某种.hideall()函数或一种遍历每个对象的方式,如:
for object in dialogue.objects: object.hide()