Go to the documentation of this file. 1 #ifndef QEANSIPUMPROUGHINGPLUGIN_H
2 #define QEANSIPUMPROUGHINGPLUGIN_H
4 #include <QtUiPlugin/QDesignerCustomWidgetInterface>
9 Q_INTERFACES(QDesignerCustomWidgetInterface)
18 QString
group()
const;
24 void initialize(QDesignerFormEditorInterface *core);
30 #endif // QEANSIPUMPROUGHINGPLUGIN_H
QeAnsiPumpRoughingPlugin(QObject *parent=0)
Definition: qeansipumproughingplugin.cpp:10
QString whatsThis() const
Definition: qeansipumproughingplugin.cpp:56
QString includeFile() const
Definition: qeansipumproughingplugin.cpp:82
void initialize(QDesignerFormEditorInterface *core)
Definition: qeansipumproughingplugin.cpp:16
bool isContainer() const
Definition: qeansipumproughingplugin.cpp:61
QIcon icon() const
Definition: qeansipumproughingplugin.cpp:46
QString group() const
Definition: qeansipumproughingplugin.cpp:41
Definition: qeansipumproughingplugin.hpp:7
QWidget * createWidget(QWidget *parent)
Definition: qeansipumproughingplugin.cpp:31
bool isInitialized() const
Definition: qeansipumproughingplugin.cpp:26
QString name() const
Definition: qeansipumproughingplugin.cpp:36
QString toolTip() const
Definition: qeansipumproughingplugin.cpp:51
QString domXml() const
Definition: qeansipumproughingplugin.cpp:66