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
QString whatsThis() const
Definition: etableviewdesignerplugin.cpp:47
QString toolTip() const
Definition: etableviewdesignerplugin.cpp:41
QString group() const
Definition: etableviewdesignerplugin.cpp:36
bool initialized
Definition: etableviewdesignerplugin.h:47
QString domXml() const
Definition: etableviewdesignerplugin.cpp:72
bool isInitialized() const
Definition: etableviewdesignerplugin.cpp:95
QIcon icon() const
Definition: etableviewdesignerplugin.cpp:57
bool isContainer() const
Definition: etableviewdesignerplugin.cpp:62
QString name() const
Definition: etableviewdesignerplugin.cpp:31
QString includeFile() const
Definition: etableviewdesignerplugin.cpp:52
QWidget * createWidget(QWidget *parent)
Definition: etableviewdesignerplugin.cpp:67
ETableViewDesignerPlugin(QObject *parent=0)
Definition: etableviewdesignerplugin.cpp:25
void initialize(QDesignerFormEditorInterface *core)
Definition: etableviewdesignerplugin.cpp:86