personData QML Value Type
Allows querying the information about a given person. More...
Import Statement: | import org.kde.kpeople |
In C++: | PersonData |
Properties
- isEditable : bool
- name : string
- photo : image
- presenceIconName : string
Detailed Description
PersonData exposes the information of a given person (in contrast to everyone available, which is done by PersonsModel). This class will provide comfortable interfaces so it can be easily adopted in any application.
Property Documentation
isEditable : bool |
name : string |
photo : image |
presenceIconName : string |