35 double _valueAtPrecision(
double value)
const;
37 int rowCount(
const QModelIndex &parent = QModelIndex()) const final { Q_UNUSED(parent);
return _cValues; }
38 QVariant data(
const QModelIndex &index,
int role = Qt::DisplayRole)
const final;
39 QHash<int, QByteArray> roleNames() const final;
43 int _firstValueIndexInWindow = 0;
44 int _initialValueIndex = 0;
48 double _initialValue = 0;
49 double _initialValueAtPrecision = 0;
50 double _increment = 0;
52 static constexpr
int _valueRole = Qt::UserRole;
53 static constexpr
int _valueIndexRole = Qt::UserRole + 1;