2 #ifndef SONARVIEWPLUGIN_H
3 #define SONARVIEWPLUGIN_H
6 #include <QtDesigner/QDesignerCustomWidgetInterface>
8 class SonarViewPlugin :
public QObject ,
public QDesignerCustomWidgetInterface
11 Q_INTERFACES(QDesignerCustomWidgetInterface)
21 QString
group()
const;
27 void initialize(QDesignerFormEditorInterface *core);
QString includeFile() const
virtual ~SonarViewPlugin()
void initialize(QDesignerFormEditorInterface *core)
bool isInitialized() const
QWidget * createWidget(QWidget *parent)
SonarViewPlugin(QObject *parent=0)
QString whatsThis() const