22 Q_PROPERTY (QVector<float> minValues READ minValues CONSTANT)
23 Q_PROPERTY (QVector<float> maxValues READ maxValues CONSTANT)
24 Q_PROPERTY (
int pixelWidth READ pixelWidth CONSTANT)
37 QVector<float> minValues,
38 QVector<float> maxValues,
40 QObject * parent =
nullptr);
47 const QVector<float> &
minValues ()
const {
return min_values_; }
53 const QVector<float> &
maxValues ()
const {
return max_values_; }
63 QVector<float> min_values_;
66 QVector<float> max_values_;