QContactThumbnail Class ReferenceThe QContactThumbnail class contains a thumbnail used in display lists to represent the contact. More... #include <QContactThumbnail> Inherits QContactDetail. Public Functions
Static Public Members
Detailed DescriptionThe QContactThumbnail class contains a thumbnail used in display lists to represent the contact. Users can specify a thumbnail image for a contact via this detail. Support for this detail is backend specific; some managers will save the image as given, no matter how big it is, while other managers will scale the image prior to save in order to reduce memory overhead. Some managers will automatically synthesize a thumbnail detail for each contact if an avatar image url is specified but no thumbnail detail is specified. The content of the thumbnail detail is static once set. That is, in order to change the thumbnail of a particular contact, the user must modify the detail and update the contact. This is in contrast to the QContactAvatar detail, which contains URLs to resources; the actual content of the resource might be changed dynamically by person, group or organization for which the QContact is a digital representation. That is, the content of a QContactThumbnail detail is set by the user who has created the contact, but the content of a resource identified by a URL specified in a QContactAvatar detail is set by whoever owns the resource which the URL identifies. This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project. See also QContactAvatar. Member Function Documentation
|