12 2021 档案
摘要:Python os.walk 停止遍历满足条件的文件夹 import os for here, dirs, files in os.walk(startdir, topdown=True): dirs[:] = [] 注意:dirs[:] = [] 不能改为 dirs = []
阅读全文
摘要:pyside qcombobox hide item from PySide2 import QtWidgets, QtCore comboBox.setItemData(1,QtCore.QSize(0,0),QtCore.Qt.SizeHintRole) 我们也可以使用其它role去改变item
阅读全文

浙公网安备 33010602011771号