摘要: class StringListModel(QAbstractListModel): def __init__(self, parent=None): super(StringListModel, self).__init__(parent) def data(self, index, role): 阅读全文
posted @ 2022-04-17 13:11 ppaw 阅读(100) 评论(0) 推荐(0)