20 #ifndef ECHARTLINEDESIGNERPLUGIN_H
21 #define ECHARTLINEDESIGNERPLUGIN_H
24 #include <QDesignerCustomWidgetInterface>
29 Q_INTERFACES(QDesignerCustomWidgetInterface)
34 QString
group()
const;
43 void initialize(QDesignerFormEditorInterface *core);
50 #endif // ECHARTLINEDESIGNERPLUGIN_H
QWidget * createWidget(QWidget *parent)
Definition: echartlinedesignerplugin.cpp:65
void initialize(QDesignerFormEditorInterface *core)
Definition: echartlinedesignerplugin.cpp:84
bool initialized
Definition: echartlinedesignerplugin.h:47
QString name() const
Definition: echartlinedesignerplugin.cpp:30
bool isContainer() const
Definition: echartlinedesignerplugin.cpp:60
bool isInitialized() const
Definition: echartlinedesignerplugin.cpp:93
QString whatsThis() const
Definition: echartlinedesignerplugin.cpp:45
EChartLineDesignerPlugin(QObject *parent=0)
Definition: echartlinedesignerplugin.cpp:24
QString includeFile() const
Definition: echartlinedesignerplugin.cpp:50
Definition: echartlinedesignerplugin.h:26
QString group() const
Definition: echartlinedesignerplugin.cpp:35
QIcon icon() const
Definition: echartlinedesignerplugin.cpp:55
QString domXml() const
Definition: echartlinedesignerplugin.cpp:70
QString toolTip() const
Definition: echartlinedesignerplugin.cpp:40