Akonadi Contacts
selectaddresstypecombobox.cpp
void append(const T &value)
QString typeLabel() const
SelectAddressTypeComboBox(QWidget *parent=nullptr)
Creates a new address type combo.
Definition: selectaddresstypecombobox.cpp:18
pos
~SelectAddressTypeComboBox() override
Destroys the address type combo.
int count(const T &value) const const
void setCurrentIndex(int index)
bool contains(const T &value) const const
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void reserve(int alloc)
bool signalsBlocked() const const
KContacts::Address::Type type() const
Returns the type that is currently selected.
Definition: selectaddresstypecombobox.cpp:47
bool blockSignals(bool block)
int indexOf(const T &value, int from) const const
const T & at(int i) const const
count
void insert(int i, const T &value)
Dialog for creating a new address types.
Definition: addresstypedialog.h:23
void clear()
static TypeList typeList()
QString i18nc(const char *context, const char *text, const TYPE &arg...)
void addItem(const QString &text, const QVariant &userData)
void setType(KContacts::Address::Type type)
Sets the type that shall be selected in the combobox.
Definition: selectaddresstypecombobox.cpp:36
void activated(int index)
QFlags< TypeFlag > Type
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
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.