7#ifndef PERSON_DETAILS_VIEW_H
8#define PERSON_DETAILS_VIEW_H
12#include <kpeople/widgets/kpeoplewidgets_export.h>
14#include "../persondata.h"
21class PersonDetailsViewPrivate;
42 KPEOPLEWIDGETS_NO_EXPORT
void reload();
46 PersonDetailsViewPrivate *d_ptr;
Allows to query the information about a given person.
Definition persondata.h:35
Use PersonDetailsView to integrate a person's information in the GUI.
Definition persondetailsview.h:30
void setPerson(PersonData *person)
Specifies the person for which the details will be displayed.