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