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