Hi, You need to use a QDeclarativeImageProvider to provide the pixmap: http://doc.qt.nokia.com//4.7-snapshot/qdeclarativeimageprovider.html
Br, Martin. > -----Original Message----- > From: [email protected] [mailto:qt-qml- > [email protected]] On Behalf Of ext Alan Ezust > Sent: Friday, 29 April 2011 3:33 AM > To: [email protected] > Subject: [Qt-qml] How to use decoration role data in QML? > > In the QML docs for QML data models, it says that > "Qt::DecorationRole" is exposed as a property "decoration" from the delegate. > If I return a QPixmap from C++ via that role, how do I use it in QML? > If I have an Image { source: } item, I need a URL property, not a QPixmap. > Is there a way to get the URL from the pixmap, or is there some other > trick to telling the Image {} to display decoration role data? > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-qml _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
