How to display raw image data with qml?
QML and Qt Quick
3
Posts
2
Posters
3.8k
Views
1
Watching
-
You can create a custom image provider:
http://qt-project.org/doc/qt-5.0/qtquick/qquickimageprovider.html
After this you should be able to use your custom images like any other images by passing a custom url.