1
0
Fork 0
PythonQt/examples/CPPPyWrapperExample
寂静的羽夏 9371fa61ff PythonQt 2022-08-02 21:58:12 +08:00
..
CPPPyWrapperExample.cpp PythonQt 2022-08-02 21:58:12 +08:00
CPPPyWrapperExample.pro PythonQt 2022-08-02 21:58:12 +08:00
CPPPyWrapperExample.qrc PythonQt 2022-08-02 21:58:12 +08:00
Makefile PythonQt 2022-08-02 21:58:12 +08:00
README.txt PythonQt 2022-08-02 21:58:12 +08:00
eyed3tagger.py PythonQt 2022-08-02 21:58:12 +08:00

README.txt

This example shows how to add user defined Python classes
to the embedded Python mainModule.

It also shows how to create objects in Python,
hold onto reference counted smart pointers to them from 
a Qt application, and invoke methods on them via
the PythonQtObjectPtr interface.