![]() | Home · All Classes · Modules |
The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators. More...
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.
This method is abstract and should be reimplemented in any sub-class.
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
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.
This method is abstract and should be reimplemented in any sub-class.
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.
PyQt 4.0.1 for X11 | Copyright © Riverbank Computing Ltd and Trolltech AS 2006 | Qt 4.1.4 |