summaryrefslogtreecommitdiff
path: root/doc/src/images/qml-imageprovider-example.png
Commit message (Collapse)AuthorAgeFilesLines
* Extend QDeclarativeImageProvider to support QPixmap loading andBea Lam2010-07-081-0/+0
synchronous loading of QImages. (QPixmaps can only be created in the main thread so they will always be loaded synchronously). This changes request() to requestImage() and adds requestPixmap() for pixmap support. Task-number: QTBUG-11989