git-svn-id: svn://db.shs.com.ru/libs@360 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-03-02 18:51:42 +00:00
parent 0ba8ad8f2c
commit 21af552add
6 changed files with 68 additions and 17 deletions

View File

@@ -41,6 +41,9 @@ protected:
virtual StepEnabled stepEnabled() const;
virtual void focusInEvent(QFocusEvent *event);
virtual void focusOutEvent(QFocusEvent *event);
virtual void wheelEvent(QWheelEvent *event);
void stepByDouble(double steps);
QWidget * status;
QWidget * cw;