/pyside2-threading

Basic example of using PySide2 and putting a worker object in a different thread to not block the GUI on the main thread.

Primary LanguagePython

pyside2-threading

gui

Basic example of using PySide2 and putting a worker object in a different thread to not block (non-blocking) the GUI in the main thread.