PyQT5 : Using QPluginLoader to import a QT C++ plugin

"Robert MARUT" <[email protected]> Thu, 2 Apr 2020 16:12:18 +0200
Newsgroups gmane.comp.python.pyqt-pykde
Message-ID <[email protected]>
Hi

I try to import a QT C++ plugin into Python using PyQT5.

The plugin works fine when using QT C++ QPluginLoader because I can cast the
QObject with qobject_cast : ope_int = qobject_cast<Interface *>(plugin);

The plugin is loaded when using PyQT5 but how can I use the functions inside
the plugin with PyQT5 ?

Thanks

Robert

_______________________________________________
PyQt mailing list    [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt