Definition at line 82 of file qitemeditorfactory.h.
#include <qitemeditorfactory.h>

Public Member Functions |
|
| QStandardItemEditorCreator () | |
| QWidget * | createWidget (QWidget *parent) const |
| QByteArray | valuePropertyName () const |
| QStandardItemEditorCreator | ( | ) | [inline] |
Definition at line 85 of file qitemeditorfactory.h.
: propertyName(T::staticMetaObject.userProperty().name())
{}
Implements QItemEditorCreatorBase.
Definition at line 88 of file qitemeditorfactory.h.
{ return new T(parent); }
| QByteArray valuePropertyName | ( | ) | const [inline, virtual] |
Implements QItemEditorCreatorBase.
Definition at line 89 of file qitemeditorfactory.h.
{ return propertyName; }