-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Labels
Description
There is another Python-related Qt project: https://mevislab.github.io/pythonqt/
It looks like its differences are similar in nature to the PyQt-PySide differences. PythonQt has an advantage as it can be embedded nicely into Qt C++ apps (so Python can be used as a scripting lang within a large C++ app).
Any chance you could add support of it? Even just a skeleton, for others to do in the gaps.