Q3SqlEditorFactory Class ReferenceThe Q3SqlEditorFactory class is used to create the editors used by Q3DataTable and Q3SqlForm. More... #include <Q3SqlEditorFactory> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Inherits: Q3EditorFactory. Public Functions
Reimplemented Public Functions
Static Public Members
Additional Inherited Members
Detailed DescriptionThe Q3SqlEditorFactory class is used to create the editors used by Q3DataTable and Q3SqlForm. Q3SqlEditorFactory is used by Q3DataTable and Q3SqlForm to automatically create appropriate editors for a given QSqlField. For example if the field is a QVariant::String a QLineEdit would be the default editor, whereas a QVariant::Int's default editor would be a QSpinBox. If you want to create different editors for fields with the same data type, subclass Q3SqlEditorFactory and reimplement the createEditor() function. See also Q3DataTable and Q3SqlForm. Member Function Documentation
|