> The standard solution is to use a QQuickImageProvider.
> In C++ you would implement your own QQuickImageProvider which will contain
> the QIcons.
> In QML then you would use a url like "image://myprovider/icon_id".
> Then the QML engine will call your QQuickImageProvider to retrieve the icon
> image.
> 
> An alternative solution might be to use data urls, but I have never tried
> it.

Sounds insanely complex when just got a QIcon from somewhere and you want to 
feed it into UI.

Well, thanks for clarifying that no [easy] solution is currently available in 
the Qt itself.

-- 
ivan (@ratijas)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to