#include <QtGui/qitemeditorfactory.h>
#ifndef QITEMEDITORFACTORY_H
#ifndef QT_NO_ITEMVIEWS
template < typename T > class QItemEditorCreator: public QItemEditorCreatorBase{
   /* Some contents are skipped to improve readability */
   public: inline QItemEditorCreator(class QByteArray const & avaluePropertyName);
   /* ... */
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMEDITORFACTORY_H