qt5base-lts/examples/widgets/graphicsview/elasticnodes
Sona Kurazyan 1b7ce85a60 Remove usages of deprecated APIs of QWheelEvent
- Replaced the usages of deprecated QWheelEvent::delta() and
  QWheelEvent::orientation() with QWheelEvent::angleDelta().
  In most of the examples it is acceptable to use only the vertical
  component of angle delta.

- Made the docs APIs to build conditionally, based on the
  deprecation version.

Task-number: QTBUG-76491
Task-number: QTBUG-76540
Change-Id: Id4230d483f724af49e4b6349b44881c3944de2a2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-08-23 21:51:43 +02:00
..
edge.cpp Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
edge.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
elasticnodes.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
graphwidget.cpp Remove usages of deprecated APIs of QWheelEvent 2019-08-23 21:51:43 +02:00
graphwidget.h Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
main.cpp Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
node.cpp Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
node.h Examples: Fix Clang warning about hiding QGraphicsItem:::advance() 2018-05-02 09:35:49 +00:00