akonadi/contact
phoneeditwidget.cpp
QLayout * layout() const
void clear()
PhoneTypeDialog(KABC::PhoneNumber::Type type, QWidget *parent=0)
Creates a new phone type dialog.
Definition: phoneeditwidget.cpp:347
KABC::PhoneNumber number() const
Returns the phone number of the widget.
Definition: phoneeditwidget.cpp:151
virtual QSize sizeHint() const
void setWidget(QWidget *widget)
A widget that provides selectors for the type and number of a phone number entry. ...
Definition: phoneeditwidget.h:85
void setReadOnly(bool readOnly)
Sets the widget to readOnly mode.
Definition: phoneeditwidget.cpp:183
virtual QSize sizeHint() const
void addWidget(QWidget *widget, int row, int column, QFlags< Qt::AlignmentFlag > alignment)
void setReadOnly(bool readOnly)
Sets the widget to readOnly mode.
Definition: phoneeditwidget.cpp:161
void addButton(QAbstractButton *button)
void remove()
Removes the last phone number widget from this widget.
Definition: phoneeditwidget.cpp:237
PhoneNumberListWidget(QWidget *parent=0)
Creates a new phone number list widget.
Definition: phoneeditwidget.cpp:167
const T & at(int i) const
void setReadOnly(bool readOnly)
Sets the widget to readOnly mode.
Definition: phoneeditwidget.cpp:312
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
void storeContact(KABC::Addressee &contact) const
Stores the data from the widget to the contact.
Definition: phoneeditwidget.cpp:332
void setSpacing(int spacing)
int indexOf(const T &value, int from) const
int phoneNumberCount() const
Returns the number of phone numbers available.
Definition: phoneeditwidget.cpp:192
void removeWidget(QWidget *widget)
void setMapping(QObject *sender, int id)
void setEnabled(bool)
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
int count(const T &value) const
void append(const T &value)
void setExclusive(bool)
QPoint pos() const
QFuture< void > map(Sequence &sequence, MapFunction function)
void setMargin(int margin)
PhoneEditWidget(QWidget *parent=0)
Creates a new phone edit widget.
Definition: phoneeditwidget.cpp:276
A QPointer which when destructed, deletes the object it points to.
Definition: autoqpointer_p.h:34
const QFont & font() const
void loadContact(const KABC::Addressee &contact)
Loads the data from contact to the widget.
Definition: phoneeditwidget.cpp:326
void setWidgetResizable(bool resizable)
int width(const QString &text, int len) const
KABC::PhoneNumber::List phoneNumbers() const
Returns the list of phone numbers.
Definition: phoneeditwidget.cpp:216
bool contains(const T &value) const
sizeHint
void setMaximumSize(const QSize &)
void setType(KABC::PhoneNumber::Type type)
Sets the phone number type that shall be selected.
Definition: phoneeditwidget.cpp:65
void setChecked(bool)
void setNumber(const KABC::PhoneNumber &number)
Sets the phone number of the widget.
Definition: phoneeditwidget.cpp:140
QList< QAbstractButton * > buttons() const
void insert(int i, const T &value)
PhoneNumberWidget(QWidget *parent=0)
Creates a new phone number widget.
Definition: phoneeditwidget.cpp:120
void setPhoneNumbers(const KABC::PhoneNumber::List &list)
Sets the list of phone numbers the widget shall show.
Definition: phoneeditwidget.cpp:197
int height() const
KABC::PhoneNumber::Type type() const
Returns the selected phone number type.
Definition: phoneeditwidget.cpp:75
void setMinimumHeight(int minh)
QScrollBar * horizontalScrollBar() const
A widgets that groups together a list of PhoneNumberWidgets.
Definition: phoneeditwidget.h:124
void show()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setSpacing(int spacing)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.