6#ifndef QEANSIPUMPROUGHINGPLUGIN_H
7#define QEANSIPUMPROUGHINGPLUGIN_H
9#include <QtUiPlugin/QDesignerCustomWidgetInterface>
14 Q_INTERFACES(QDesignerCustomWidgetInterface)
23 QString
group()
const;
29 void initialize(QDesignerFormEditorInterface *core);
QString toolTip() const
Definition qeansipumproughingplugin.cpp:56
QIcon icon() const
Definition qeansipumproughingplugin.cpp:51
QString name() const
Definition qeansipumproughingplugin.cpp:41
QWidget * createWidget(QWidget *parent)
Definition qeansipumproughingplugin.cpp:36
bool isContainer() const
Definition qeansipumproughingplugin.cpp:66
QString group() const
Definition qeansipumproughingplugin.cpp:46
QString domXml() const
Definition qeansipumproughingplugin.cpp:71
bool isInitialized() const
Definition qeansipumproughingplugin.cpp:31
QString whatsThis() const
Definition qeansipumproughingplugin.cpp:61
void initialize(QDesignerFormEditorInterface *core)
Definition qeansipumproughingplugin.cpp:21
QString includeFile() const
Definition qeansipumproughingplugin.cpp:87
QeAnsiPumpRoughingPlugin(QObject *parent=0)
Definition qeansipumproughingplugin.cpp:15