#include <QtGui/qitemeditorfactory.h>
#ifndef QITEMEDITORFACTORY_H
#ifndef QT_NO_ITEMVIEWS
template < typename T > class QStandardItemEditorCreator: public QItemEditorCreatorBase{
public: inline QStandardItemEditorCreator();
public: inline struct QWidget* createWidget(struct QWidget* parent) const
public: inline class QByteArray valuePropertyName() const
private: class QByteArray propertyName;
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMEDITORFACTORY_H