摘要: def init_combobox1(self): fori inrange(len(items_list)): self.combobox1.addItem(items_list[i]) self.combobox1.setCurrentIndex(-1) def on_combobox1_Act 阅读全文
posted @ 2021-12-06 15:09 昌尐 阅读(106) 评论(0) 推荐(0) 编辑
摘要: from PyQt5.QtWidgets import QWidget, QComboBox, QLineEdit, QListViewfrom PyQt5.QtGui import QStandardItemModel, QStandardItem, QMouseEventfrom PyQt5.Q 阅读全文
posted @ 2021-12-06 13:32 昌尐 阅读(687) 评论(0) 推荐(0) 编辑