[PyQt] embedding pyqt into a CPP app
Josh Stratton
strattonbrazil at gmail.com
Thu Jan 19 05:04:35 GMT 2012
I've seen a couple examples for compiling a CPP app into a
pyqt-loadable module such as
http://lynxline.com/qt-python-superhybrids/, but that still requires
compiling an existing application down to a C++ module. Is it
possible to use pyqt inside an existing CPP application to run python
code similar to pythonqt?
For example...
int x = 5;
pyObject = pyqtContext.eval(x);
etc.
More information about the PyQt
mailing list