Load QML plugin without changing code in the application code base
-
Hi All,
I have a QtQuick QML application which is having a Window.
On the other hand, I am writing a separate QML plugin. This plugin has a Rectangle QML component. I would like to show this rectangle (i.e Load plugin) automatically when the application is started. I do not want to make changes to my QtQuick application. I just want to show rectangle on top of the QtQuick application as an overlay. How can this be achieved. Please advice!.I tried many ways, but so far I can get this worked on a non EGLFS platform. But it does not seem to work on EGLFS platform. Request your recommendation. Thanks in advance!
Regards,
Kishore Ravikumar