KPeople::PersonDetailsView Class
Use PersonDetailsView to integrate a person's information in the GUI. More...
| Header: | #include <KPeople/Widgets/PersonDetailsView> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS PeopleWidgets)target_link_libraries(mytarget PRIVATE KF6::PeopleWidgets) |
| Inherits: | QWidget |
Public Slots
| void | setPerson(KPeople::PersonData *person) |
Detailed Description
Member Function Documentation
[slot] void PersonDetailsView::setPerson(KPeople::PersonData *person)
Specifies the person for which the details will be displayed.