Description
Embeds asynchronous Python 3 code into Qt5 applications. It helps Qt and QML projects call Python logic, exchange data, and keep UI work responsive while Python tasks run.
Embedding scripting changes the application's trust boundary. Load only trusted Python code and keep UI, file, and network permissions clear to users.