QContactAvatar Class ReferenceThe QContactAvatar class contains avatar URLs of a contact. More... #include <QContactAvatar> Inherits QContactDetail. Public Functions
Static Public Members
Detailed DescriptionThe QContactAvatar class contains avatar URLs of a contact. Users can specify avatar URLs for a contact using this detail. Generally, a URL will specify the location of a full-sized image (or video) avatar. Support for the detail is backend-specific; some managers will automatically load the URL and synthesize a (possibly scaled) thumbnail detail for the contact if no thumbnail was explicitly set, while others will not. The URLs which are contained in the detail may point to a file or resource whose content may dynamically change. This is in contrast to the thumbnail detail which is static; once set it remains as that image until set to something else. 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 QContactThumbnail. Member Function Documentation
|