Skip to content

Givo29/pyqt5-threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PyQT5 Threading The Right Way

History

After researching PyQT5 threading while updating a simple app with cleary, we found that most of the documentation regarding this topic is incorrect, including official documentation.

We eventually stumbled across a few articles (listed below) that had correct methods and documentation as to how this works.

Reference:

Example Code:

Functional threading example: main.py