defining and calling QML functions directly from Python

Stefan de Konink stefan at konink.de
Wed Sep 22 13:59:34 BST 2021


> What is the right way to access and call a QML function 
> from Python ? 

I don't know if it it the 'right' way, but the documented way is no 
introduce a Bridge object, which can exchange events from/to Qt.

<https://doc.qt.io/qtforpython/tutorials/qmlintegration/qmlintegration.html>
<https://evileg.com/en/post/242/>

-- 
Stefan


More information about the PyQt mailing list