Mix PyQt/PySide with C++ Qt
General and Desktop
3
Posts
2
Posters
2.2k
Views
1
Watching
-
wrote on 14 Sept 2014, 04:06 last edited by
I know it's possible that probably has already been done. But how easy/feasible is it to mix PyQt/PySide with a C++ Qt appliction. For example, I'm writing a paitning application and I want my users to be able to write their own tools/plugins/brushes. While they could write it in C++ Qt, I find that it would be much easier for them to use PyQt/PySide instead.
So I guess what I'm asking is:
How can I make a plugin system where the plugins are PyQt/PySide scripts where my main application is done in C++? -
wrote on 15 Sept 2014, 02:34 last edited by
Hi, what you need is pythonQt instead of PyQt/PySide.
-
wrote on 15 Sept 2014, 02:39 last edited by
Ah, that looks great. Are the working on Qt 5 support?
3/3