#include <QtGui/qitemeditorfactory.h>
#ifndef QITEMEDITORFACTORY_H
#ifndef QT_NO_ITEMVIEWS
class QItemEditorCreatorBase{
public: virtual struct QWidget* createWidget(struct QWidget* parent) const = 0;
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMEDITORFACTORY_H