from PySide2 import QtCore, QtWidgets def long_task(): logging.info('Starting long task') time.sleep(3) # this would be replaced with a real ...
確定! 回上一頁