18 #ifndef __qMRMLColorLegendDisplayNodeWidgetPlugin_h 19 #define __qMRMLColorLegendDisplayNodeWidgetPlugin_h 22 #include <QtUiPlugin/QDesignerCustomWidgetInterface> 23 #include "qSlicerColorsModuleWidgetsPluginsExport.h" 26 :
public QObject, QDesignerCustomWidgetInterface
30 Q_PLUGIN_METADATA(IID
"org.qt-project.Qt.QDesignerCustomWidgetInterface")
31 Q_INTERFACES(QDesignerCustomWidgetInterface);
38 QString group()
const override;
41 QString toolTip()
const override;
42 QString whatsThis()
const override;
44 QWidget *createWidget(QWidget *newParent)
override;
45 QString domXml()
const override;
46 QIcon icon()
const override;
47 QString includeFile()
const override;
48 bool isContainer()
const override;
49 QString name()
const override;