20 #ifndef ETABLEVIEWDESIGNERPLUGIN_H 21 #define ETABLEVIEWDESIGNERPLUGIN_H 24 #include <QDesignerCustomWidgetInterface> 29 Q_INTERFACES(QDesignerCustomWidgetInterface)
34 QString
group()
const;
43 void initialize(QDesignerFormEditorInterface *core);
50 #endif // ETABLEVIEWDESIGNERPLUGIN_H Definition: etableviewdesignerplugin.h:26
bool isContainer() const
Definition: etableviewdesignerplugin.cpp:62
bool isInitialized() const
Definition: etableviewdesignerplugin.cpp:95
QString includeFile() const
Definition: etableviewdesignerplugin.cpp:52
bool initialized
Definition: etableviewdesignerplugin.h:47
QString group() const
Definition: etableviewdesignerplugin.cpp:36
QString domXml() const
Definition: etableviewdesignerplugin.cpp:72
QIcon icon() const
Definition: etableviewdesignerplugin.cpp:57
QString whatsThis() const
Definition: etableviewdesignerplugin.cpp:47
QString toolTip() const
Definition: etableviewdesignerplugin.cpp:41
QWidget * createWidget(QWidget *parent)
Definition: etableviewdesignerplugin.cpp:67
QString name() const
Definition: etableviewdesignerplugin.cpp:31
ETableViewDesignerPlugin(QObject *parent=0)
Definition: etableviewdesignerplugin.cpp:25
void initialize(QDesignerFormEditorInterface *core)
Definition: etableviewdesignerplugin.cpp:86