FetchHint QML Type
The FetchHint element provides hints to the manager about which organizer item information needs to be retrieved in an asynchronous fetch request or a synchronous function call. More...
Import Statement: | import QtOrganizer 5.0 |
Properties
- detailTypesHint : list<int>
- optimizationHints : enumeration
Signals
Detailed Description
Property Documentation
This property holds a list of organizer item detail types the manager should (at a minimum) retrieve when fetching contacts.
This property holds the optimization hint flags specified by the client.
- AllRequired Tells the backend that all information is required.
- NoActionPreferences Tells the backend that the client does not require retrieved organizer items to include a cache of action preferences.
- NoBinaryBlobs Tells the backend that the client does not require retrieved organizer items to include binary blobs such as thumbnail images.
Signal Documentation
This signal is emitted, when any of the FetchHint's properties have been changed.