摘要: from PySide2.QtWidgets import QApplication, QWidget, QPushButton, QProgressBar, QVBoxLayoutfrom PySide2.QtCore import QThread, Slot, Signalimport time 阅读全文
posted @ 2022-01-21 20:15 Bear_Guo 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 1 from PySide2.QtWidgets import QApplication, QWidget, QPushButton, QProgressBar, QVBoxLayout 2 from PySide2.QtCore import QThread, Signal, Qt 3 impor 阅读全文
posted @ 2022-01-21 11:21 Bear_Guo 阅读(26) 评论(0) 推荐(0) 编辑