|
Krita Source Code Documentation
|
The KoContactInfoDelegate class. More...
#include <KoConfigAuthorPage.h>
Inheritance diagram for KoContactInfoDelegate:Public Member Functions | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| KoContactInfoDelegate (QWidget *parent, QStringList contactModes) | |
| ~KoContactInfoDelegate () override | |
Public Attributes | |
| QStringList | m_contactModes |
The KoContactInfoDelegate class.
quick delegate subclass to allow a qcombobox for the type.
Definition at line 44 of file KoConfigAuthorPage.h.
| KoContactInfoDelegate::KoContactInfoDelegate | ( | QWidget * | parent, |
| QStringList | contactModes ) |
Definition at line 411 of file KoConfigAuthorPage.cpp.
|
override |
Definition at line 415 of file KoConfigAuthorPage.cpp.
|
override |
Definition at line 420 of file KoConfigAuthorPage.cpp.
References m_contactModes.
| QStringList KoContactInfoDelegate::m_contactModes |
Definition at line 52 of file KoConfigAuthorPage.h.