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