Hi PySide Team,
I try to create an object that need componentComplete notification, thus I
inherit from QQmlParserStatus

My code has no runtime error, but the method is never called.

class AudioInputDevice(QObject, QQmlParserStatus):
    def componentComplete(self):
        pass
    def classBegin(self):
        pass

I also find PyQt5's example, the way of inheriting from Qt's interface is
almost the same. I am not sure if I am doing wrong.

-Tim
_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to