##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r24:f543ed746063
r96:3170eb771a99
Show More
PythonQtWrapper_QItemEditorCreatorBase.h
32 lines | 844 B | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QItemEditorCreatorBase.h
#ifndef PYTHONQTWRAPPER_QITEMEDITORCREATORBASE_H
#define PYTHONQTWRAPPER_QITEMEDITORCREATORBASE_H
#include <qitemeditorfactory.h>
#include <QObject>
#include <PythonQt.h>
#include <QVariant>
#include <qbytearray.h>
#include <qwidget.h>
class PythonQtShell_QItemEditorCreatorBase : public QItemEditorCreatorBase
{
public:
PythonQtShell_QItemEditorCreatorBase():QItemEditorCreatorBase(),_wrapper(NULL) {};
virtual QWidget* createWidget(QWidget* parent) const;
virtual QByteArray valuePropertyName() const;
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QItemEditorCreatorBase : public QObject
{ Q_OBJECT
public:
public slots:
QItemEditorCreatorBase* new_QItemEditorCreatorBase();
void delete_QItemEditorCreatorBase(QItemEditorCreatorBase* obj) { delete obj; }
};
#endif // PYTHONQTWRAPPER_QITEMEDITORCREATORBASE_H