Akonadi Contacts
12 #include "contacteditor_private_export.h"
19 namespace ContactEditor
21 class PreferredLineEditWidget;
22 class PhoneComboBoxType;
23 class CONTACTEDITOR_TESTS_EXPORT PhoneWidget :
public QWidget
27 explicit PhoneWidget(
QWidget *parent =
nullptr);
28 ~PhoneWidget()
override;
30 void updateAddRemoveButton(
bool addButtonEnabled);
34 void setPreferred(
bool b);
35 void setReadOnly(
bool readOnly);
37 void addWidget(ContactEditor::PhoneWidget *);
38 void removeWidget(ContactEditor::PhoneWidget *);
39 void preferredChanged(ContactEditor::PhoneWidget *);
43 void slotRemovePhone();
44 void slotPreferredChanged();
45 PreferredLineEditWidget *mPhoneNumberEdit =
nullptr;
48 PhoneComboBoxType *mPhoneType =
nullptr;
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:09:05 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.