Bartosz_Grabek | 2020-05-10 21:28:37 UTC | #1
This article is amazing, however, I still have a problem. I want to use a thread on function that does stuff on big texts and doesn't influence GUI (so that it doesn't lag). This function takes one argument and returns a dictionary. Using your code I get an error: dict not callable
, so I get no result from the thread. How can I fix that?
https://www.pythonguis.com/courses/concurrent-execution/multithreading-pyqt-applications-qthreadpool/
Create GUI Applications with Python & Qt5 by Martin Fitzpatrick — (PyQt5 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!