#include <qteditorfactory.h>

Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QLineEdit > | |
| typedef QList< QLineEdit * > | EditorList |
| typedef QMap< QLineEdit *, QtProperty * > | EditorToPropertyMap |
| typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Member Functions inherited from EditorFactoryPrivate< QLineEdit > | |
| QLineEdit * | createEditor (QtProperty *property, QWidget *parent) |
| void | initializeEditor (QtProperty *property, QLineEdit *e) |
| void | slotEditorDestroyed (QObject *object) |
Public Attributes inherited from EditorFactoryPrivate< QLineEdit > | |
| PropertyToEditorListMap | m_createdEditors |
| EditorToPropertyMap | m_editorToProperty |