In qml, i am using xml file to get some information from server. In this xml file there is a field as
< image>iVBORw0KGgoAAAANSUhEUgAAA2AAAALKCAYAAABUYjK……..< /image>.
I am using XmlListModel and ListView for other field but how can i convert this code to png image.
In qml, i am using xml file to get some information from server. In
Share
I didn’t try myself, but if QML supports the data URI scheme (http://en.wikipedia.org/wiki/Data_URI_scheme), try