QML GalleryItem Element
The GalleryItem element allows you to request information about a single item from a gallery More...
Properties
|
Signals
Methods
Detailed Description
This element is part of the QtMobility.gallery 1.0 module.
See also GalleryQueryModel and GalleryQueryCount.
Property Documentation
gallery : QAbstractGallery |
This property holds the gallery an item should be requested from.
The property holds the result of an item request. It can be one of:
- NoResult The request is still executing.
- Succeeded The request finished successfully.
- Cancelled The request was cancelled.
- NoGallery No gallery was specified.
- NotSupported Item requests are not supported by the gallery.
- ConnectionError The request failed due to a connection error.
- InvalidItemError The request failed because the value of item is not a valid item ID.
This property holds the state of an item request. It can be one of:
- Inactive The request has finished.
- Active The request is currently executing.
- Cancelling The request has been cancelled, but has yet reached the Inactive state.
- Idle The request has finished and is monitoring its result set for changes.
Signal Documentation
GalleryItem::onFinished ( result ) |
Signals that a request finished with the given result.
Method Documentation
Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.1.0 |