21#ifndef __qSlicerPresetComboBox_h
22#define __qSlicerPresetComboBox_h
28#include "qSlicerVolumeRenderingModuleWidgetsExport.h"
31class qSlicerPresetComboBoxPrivate;
64 QScopedPointer<qSlicerPresetComboBoxPrivate>
d_ptr;
qMRMLNodeComboBox(QWidget *parent=nullptr)
void setIconToPreset(vtkMRMLNode *presetNode)
QScopedPointer< qSlicerPresetComboBoxPrivate > d_ptr
QSize iconSizeInPopup
Icon size in popup.
void setShowLabelsInPopup(bool show)
void setShowIcons(bool show)
bool showLabelsInPopup
Show label in the popup window.
void setIconSizeInPopup(const QSize &size)
qMRMLNodeComboBox Superclass
Constructors.
qSlicerPresetComboBox(QWidget *parent=nullptr)
void updateComboBoxTitleAndIcon(vtkMRMLNode *presetNode)
bool showIcons
Show icons in the combobox and popup window.
Abstract Superclass for all specific types of MRML nodes.