|
Public Member Functions | |
void | slotEchoModeChanged (QtProperty *, int) |
void | slotPropertyChanged (QtProperty *property, const QString &value) |
void | slotReadOnlyChanged (QtProperty *, bool) |
void | slotRegExpChanged (QtProperty *property, const QRegExp ®Exp) |
void | slotSetValue (const QString &value) |
Public Member Functions inherited from EditorFactoryPrivate< QLineEdit > | |
QLineEdit * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, QLineEdit *e) |
void | slotEditorDestroyed (QObject *object) |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QLineEdit > | |
using | EditorList = QList< QLineEdit * > |
using | EditorToPropertyMap = QMap< QLineEdit *, QtProperty * > |
using | PropertyToEditorListMap = QMap< QtProperty *, EditorList > |
Public Attributes inherited from EditorFactoryPrivate< QLineEdit > | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
Definition at line 1122 of file qteditorfactory.cpp.
void slotEchoModeChanged | ( | QtProperty * | property, |
int | echoMode | ||
) |
void slotPropertyChanged | ( | QtProperty * | property, |
const QString & | value | ||
) |
void slotReadOnlyChanged | ( | QtProperty * | property, |
bool | readOnly | ||
) |
void slotRegExpChanged | ( | QtProperty * | property, |
const QRegExp & | regExp | ||
) |
void slotSetValue | ( | const QString & | value | ) |