ironman2021_PyQt5_photoshop
ironman2021_PyQt5_photoshop copied to clipboard
ironman2021_PyQt5_photoshop/day20_qthread 有錯哦
trafficstars
依你的code UI 仍是會被停止反應哦 好像一定要用 QThread 的特定的名稱才可以
https://github.com/howarder3/ironman2021_PyQt5_photoshop/blob/main/day20_qthread/controller.py line 13: def start_progress(self): 改成 def run(self):
line 34: self.qthread.start_progress() 改成 self.qthread.start()
PS: 是 Window x64 環境, 不知是不是其他環境不會
@freedy82 感謝提醒! 我有空再來檢查一下這個問題 (目前這專案暫時沒有在維護了)