12 #ifndef QmitkNumberPropertyView_h
13 #define QmitkNumberPropertyView_h
24 Q_PROPERTY(
short decimalPlaces READ decimalPlaces WRITE setDecimalPlaces)
25 Q_PROPERTY(QString suffix READ suffix WRITE setSuffix)
26 Q_PROPERTY(
bool showPercent READ showPercent WRITE setShowPercent)
35 short decimalPlaces() const;
36 void setDecimalPlaces(
short);
38 QString suffix() const;
39 void setSuffix(const QString &);
41 bool showPercent() const;
42 void setShowPercent(
bool);
47 void PropertyChanged() override;
48 void PropertyRemoved() override;