ironman2021_PyQt5_photoshop icon indicating copy to clipboard operation
ironman2021_PyQt5_photoshop copied to clipboard

ironman2021_PyQt5_photoshop/day20_qthread 有錯哦

Open freedy82 opened this issue 3 years ago • 2 comments
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()

freedy82 avatar Apr 01 '22 03:04 freedy82

PS: 是 Window x64 環境, 不知是不是其他環境不會

freedy82 avatar Apr 01 '22 03:04 freedy82

@freedy82 感謝提醒! 我有空再來檢查一下這個問題 (目前這專案暫時沒有在維護了)

howarder3 avatar Apr 01 '22 03:04 howarder3