#include <qteditorfactory.h>
Additional Inherited Members | |
![]() | |
typedef QList< QLineEdit * > | EditorList |
typedef QMap< QLineEdit *, QtProperty * > | EditorToPropertyMap |
typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
![]() | |
QLineEdit * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, QLineEdit *e) |
void | slotEditorDestroyed (QObject *object) |
![]() | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |