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