21 #ifndef __qSlicerQTGUIAbstractPlugin_h 22 #define __qSlicerQTGUIAbstractPlugin_h 26 #if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) 27 #include <QDesignerCustomWidgetInterface> 29 #include <QtUiPlugin/QDesignerCustomWidgetInterface> 33 #include "qSlicerBaseQTGUIDesignerPluginsExport.h" 36 :
public QDesignerCustomWidgetInterface
38 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) 39 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetInterface")
41 Q_INTERFACES(QDesignerCustomWidgetInterface);
46 QString group()
const;
48 virtual QIcon icon()
const;
49 virtual QString toolTip()
const;
50 virtual QString whatsThis()
const;