38 Q_PROPERTY(
bool showIcons READ showIcons WRITE setShowIcons)
40 Q_PROPERTY(
bool showLabelsInPopup READ showLabelsInPopup WRITE setShowLabelsInPopup)
42 Q_PROPERTY(QSize iconSizeInPopup READ iconSizeInPopup WRITE setIconSizeInPopup)
50 bool showIcons()const;
51 bool showLabelsInPopup()const;
52 QSize iconSizeInPopup()const;
56 void setShowIcons(
bool show);
57 void setShowLabelsInPopup(
bool show);
58 void setIconSizeInPopup(const QSize& size);
64 QScopedPointer<qSlicerPresetComboBoxPrivate> d_ptr;