16 #ifndef QGSDOUBLESPINBOX_H 17 #define QGSDOUBLESPINBOX_H 19 #include <QDoubleSpinBox> 23 class QgsSpinBoxLineEdit;
47 if ( qobject_cast<QgsDoubleSpinBox *>( sipCpp ) )
48 sipType = sipType_QgsDoubleSpinBox;
55 Q_PROPERTY(
bool showClearButton READ showClearButton WRITE setShowClearButton )
56 Q_PROPERTY(
bool clearValue READ clearValue WRITE setClearValue )
57 Q_PROPERTY(
bool expressionsEnabled READ expressionsEnabled WRITE setExpressionsEnabled )
81 void setShowClearButton(
bool showClearButton );
95 void setExpressionsEnabled(
bool enabled );
106 void clear()
override;
114 void setClearValue(
double customValue,
const QString &clearValueText = QString() );
121 void setClearValueMode(
ClearValueMode mode,
const QString &clearValueText = QString() );
127 double clearValue()
const;
133 void setLineEditAlignment( Qt::Alignment alignment );
140 void setSpecialValueText(
const QString &txt );
142 double valueFromText(
const QString &text )
const override;
143 QValidator::State validate( QString &input,
int &pos )
const override;
144 void paintEvent( QPaintEvent *e )
override;
147 void changeEvent( QEvent *event )
override;
148 void wheelEvent( QWheelEvent *event )
override;
151 void changed(
double value );
154 int frameWidth()
const;
155 bool shouldShowClearForValue(
double value )
const;
157 QgsSpinBoxLineEdit *mLineEdit =
nullptr;
159 bool mShowClearButton =
true;
161 double mCustomClearValue = 0.0;
163 bool mExpressionsEnabled =
true;
165 QString stripped(
const QString &originalText )
const;
170 static QString SPECIAL_TEXT_WHEN_EMPTY;
172 friend class TestQgsRangeWidgetWrapper;
175 #endif // QGSDOUBLESPINBOX_H The QgsSpinBox is a spin box with a clear button that will set the value to the defined clear value...
Reset value to custom value (see setClearValue() )
ClearValueMode
Behavior when widget is cleared.
bool showClearButton() const
Returns whether the widget is showing a clear button.
bool expressionsEnabled() const
Returns whether the widget will allow entry of simple expressions, which are evaluated and then disca...
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)