QtGui/qitemeditorfactory.h Source File
Go to the documentation of this file.
42 #ifndef QITEMEDITORFACTORY_H
43 #define QITEMEDITORFACTORY_H
56 #ifndef QT_NO_ITEMVIEWS
66 virtual QByteArray valuePropertyName()
const = 0;
86 : propertyName(T::staticMetaObject.userProperty().
name())
98 : propertyName(avaluePropertyName) {}
118 #endif // QT_NO_ITEMVIEWS
124 #endif // QITEMEDITORFACTORY_H
GLuint GLuint GLsizei GLenum type
QWidget * createWidget(QWidget *parent) const
QByteArray valuePropertyName() const
#define QT_BEGIN_NAMESPACE
QStandardItemEditorCreator()
GLuint const GLchar * name
QWidget * createWidget(QWidget *parent) const
QByteArray valuePropertyName() const
QItemEditorCreator(const QByteArray &valuePropertyName)
virtual ~QItemEditorCreatorBase()