Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators. More...
#include <QItemEditorCreatorBase>
The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators.
Item editor creators are specialized widget factories that provide editor widgets for specific types of item data. QItemEditorFactory finds the appropriate factory for editors using a QVariant-based scheme to associate data types with editor creators.
See also QItemEditorFactory and Model/View Programming.
Destroys the editor creator object.
Returns an editor widget with the given parent.
When implementing this function in subclasses of this class, you must construct and return new editor widgets with the parent widget specified.
Returns the name of the property associated with the creator's editor widgets.
When implementing this function in subclasses, the property name you must return corresponds to the type of value that your editor widgets are designed to edit.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |