摘要: class UI_Combin_Docx(QThread): messbox_text = Signal(str, str) clear_text = Signal() def __init__(self): super().__init__() self.doc = conbin_Docx() # 阅读全文
posted @ 2021-03-11 22:05 BISTER 阅读(19) 评论(0) 推荐(0)