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