39 void setRange(
int min,
int max,
int step);
41 void setDefaultValue(
int d);
42 int defaultValue()
const;
45 void setSuffix(
const QString&
suffix);
59 void slotValueChanged(
int);
64 Private*
const d =
nullptr;
78 void setDecimals(
int p);
79 void setRange(
double min,
double max,
double step);
81 void setDefaultValue(
double d);
82 double defaultValue()
const;
85 void setSuffix(
const QString&
suffix);
94 void setValue(
double d);
99 void slotValueChanged(
double);
104 Private*
const d =
nullptr;
QStringView suffix
Definition itemviewutilities.cpp:587
qulonglong value
Definition itemviewutilities.cpp:585
Definition datefolderview.cpp:34