摘要: class MainW(QMainWindow): def __init__(self, x_list, y_list): super(MainW, self).__init__() self.wdg = QWidget() self.wdg.resize(1000, 600) self.glt = 阅读全文
posted @ 2020-09-03 09:59 haozhang13 阅读(3511) 评论(0) 推荐(0) 编辑