23 #ifndef INVERTABLE_SPIN_BOX_H 24 #define INVERTABLE_SPIN_BOX_H 45 virtual void setInverse(
bool inverse);
48 virtual bool inverse()
const {
return m_inverse; }
56 virtual void stepUp();
62 virtual void stepDown();
67 void checkValueChange(
int value);
virtual ~InvertableSpinBox()
virtual bool inverse() const