16 #ifndef QGSRANGEWIDGETWRAPPER_H 17 #define QGSRANGEWIDGETWRAPPER_H 22 #include <QDoubleSpinBox> 27 class QAbstractSlider;
32 class TestQgsRangeWidgetWrapper;
56 QVariant
value()
const override;
61 bool valid()
const override;
64 void setValue(
const QVariant &value )
override;
70 void valueChangedVariant(
const QVariant & );
73 QSpinBox *mIntSpinBox =
nullptr;
74 QDoubleSpinBox *mDoubleSpinBox =
nullptr;
75 QSlider *mSlider =
nullptr;
76 QDial *mDial =
nullptr;
80 friend class TestQgsRangeWidgetWrapper;
83 #endif // QGSRANGEWIDGETWRAPPER_H
Represents a vector layer which manages a vector based data sets.