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 QIcon icon() const
Definition: echartlinedesignerplugin.cpp:55
bool isContainer() const
Definition: echartlinedesignerplugin.cpp:60
QWidget * createWidget(QWidget *parent)
Definition: echartlinedesignerplugin.cpp:65
void initialize(QDesignerFormEditorInterface *core)
Definition: echartlinedesignerplugin.cpp:84
bool initialized
Definition: echartlinedesignerplugin.h:47
QString toolTip() const
Definition: echartlinedesignerplugin.cpp:40
QString name() const
Definition: echartlinedesignerplugin.cpp:30
bool isInitialized() const
Definition: echartlinedesignerplugin.cpp:93
QString group() const
Definition: echartlinedesignerplugin.cpp:35
EChartLineDesignerPlugin(QObject *parent=0)
Definition: echartlinedesignerplugin.cpp:24
Definition: echartlinedesignerplugin.h:26
QString whatsThis() const
Definition: echartlinedesignerplugin.cpp:45
QString includeFile() const
Definition: echartlinedesignerplugin.cpp:50
QString domXml() const
Definition: echartlinedesignerplugin.cpp:70