diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-16 01:27:24 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-16 01:27:24 (GMT) |
commit | b77e592cf9709c31f61c3e1d229b2a6c446ab8bc (patch) | |
tree | ef3099221a5f35db3a198821b2c5cd464753ec89 /tests/auto/declarative/declarative.pro | |
parent | 62d585e8ec6c09406fa28f9edf29b56b2d67c739 (diff) | |
download | Qt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.zip Qt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.tar.gz Qt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.tar.bz2 |
Add QmlImageProvider to allow asynchronous access to images.
Setting an image source to image://providerid/imageid will pass the
request for imageid to the provider registered for providerid.
QmlImageProvider::request() is run in a low priority thread, so the
main thread is not blocked while the image is loaded/rendered.
Reviewed-by: Aaron Kennedy
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 8773026..fba63d5 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -57,6 +57,7 @@ SUBDIRS += \ qmlgraphicsrepeater \ # Cover qmlvaluetypes \ # Cover qmlxmlhttprequest \ # Cover + qmlimageprovider \ # Cover sql # Cover |