21 #ifndef __qMRMLWidgetsAbstractPlugin_h 22 #define __qMRMLWidgetsAbstractPlugin_h 24 #include "qMRMLWidgetsConfigure.h" 27 #ifdef MRML_WIDGETS_HAVE_QT5 28 #include <QtUiPlugin/QDesignerCustomWidgetInterface> 30 #include <QDesignerCustomWidgetInterface> 33 #include "qMRMLWidgetsPluginsExport.h" 37 #ifdef MRML_WIDGETS_HAVE_QT5 38 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetInterface")
40 Q_INTERFACES(QDesignerCustomWidgetInterface);
45 QString group()
const override;
47 QIcon icon()
const override;
48 QString toolTip()
const override;
49 QString whatsThis()
const override;