Qt 4.8
|
Public Functions | |
QWidget * | createEditor (QVariant::Type type, QWidget *parent) const |
Creates an editor widget with the given parent for the specified type of data, and returns it as a QWidget. More... | |
QDefaultItemEditorFactory () | |
QByteArray | valuePropertyName (QVariant::Type) const |
Returns the property name used to access data for the given type of data. More... | |
Public Functions inherited from QItemEditorFactory | |
QItemEditorFactory () | |
Constructs a new item editor factory. More... | |
void | registerEditor (QVariant::Type type, QItemEditorCreatorBase *creator) |
Registers an item editor creator specified by creator for the given type of data. More... | |
virtual | ~QItemEditorFactory () |
Destroys the item editor factory. More... | |
Additional Inherited Members | |
Static Public Functions inherited from QItemEditorFactory | |
static const QItemEditorFactory * | defaultFactory () |
Returns the default item editor factory. More... | |
static void | setDefaultFactory (QItemEditorFactory *factory) |
Sets the default item editor factory to the given factory. More... | |
Definition at line 195 of file qitemeditorfactory.cpp.
|
inline |
Definition at line 198 of file qitemeditorfactory.cpp.
|
virtual |
Creates an editor widget with the given parent for the specified type of data, and returns it as a QWidget.
Reimplemented from QItemEditorFactory.
Definition at line 203 of file qitemeditorfactory.cpp.
|
virtual |
Returns the property name used to access data for the given type of data.
Reimplemented from QItemEditorFactory.
Definition at line 266 of file qitemeditorfactory.cpp.