Qt5.1: Return a list of available QML types
-
Hello there,
I was just wondering is there a way to return a (string) list of which QML types are available from specific import package? I know I can get a full list when hitting Ctrl+Space, but I would like to get a list from all of the QML types seperately under each package, and return it as a list so I'm able to use it in QML ListView.
Thank you!
-
Hi,
May be you should have a look at what qmlplugindump does.