src/gui/widgets/qabstractspinbox.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   135     virtual void clear();
   135     virtual void clear();
   136 protected:
   136 protected:
   137     void resizeEvent(QResizeEvent *event);
   137     void resizeEvent(QResizeEvent *event);
   138     void keyPressEvent(QKeyEvent *event);
   138     void keyPressEvent(QKeyEvent *event);
   139     void keyReleaseEvent(QKeyEvent *event);
   139     void keyReleaseEvent(QKeyEvent *event);
       
   140 #ifndef QT_NO_WHEELEVENT
   140     void wheelEvent(QWheelEvent *event);
   141     void wheelEvent(QWheelEvent *event);
       
   142 #endif
   141     void focusInEvent(QFocusEvent *event);
   143     void focusInEvent(QFocusEvent *event);
   142     void focusOutEvent(QFocusEvent *event);
   144     void focusOutEvent(QFocusEvent *event);
   143     void contextMenuEvent(QContextMenuEvent *event);
   145     void contextMenuEvent(QContextMenuEvent *event);
   144     void changeEvent(QEvent *event);
   146     void changeEvent(QEvent *event);
   145     void closeEvent(QCloseEvent *event);
   147     void closeEvent(QCloseEvent *event);