Hi,

I'm working in the back end of QML file. I wand to send some signals to QML. So I need to parse the QML file and find out which signals are handled in the QML file. Is there any way to parse a QML file from QT c++??

Thanks in advance...