PyQt5 QTable插入图片并动态更新的实例 方式一:图片+文字row=0#行号col=1#列号icon=QTableWidgetItem(QIcon("../image/a.png"),"Waiting")#图片+文字s QTable