qt6-bb10/examples/widgets/animation
Johan Klokkhammer Helsing f08038fca7 Remove deprecated QGL* classes
Removes QGL paths in sub-attaq and chip examples.

The boxes example depended on QGL and has been removed.

The corresponding module and test directories for the opengl module are now
empty, but has been left there so we can move the QOpenGL* classes there.

[ChangeLog][QtOpenGL] The deprecated QGL* classes have been removed.

Fixes: QTBUG-74408
Change-Id: I52f56409af8f6901359462a7ba162103d051fe3d
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2019-12-11 11:53:15 +01:00
..
animatedtiles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
easing Cleanup QtWidgets animation examples 2019-08-17 09:51:32 +02:00
moveblocks Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
states Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:08:03 +00:00
stickman Cleanup QtWidgets animation examples 2019-08-17 09:51:32 +02:00
sub-attaq Remove deprecated QGL* classes 2019-12-11 11:53:15 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
animation.pro Doc: drop Application Chooser Example 2017-11-20 09:32:38 +00:00

README

The animation framework aims to provide an easy way for creating animated and
smooth GUI's. By animating Qt properties, the framework provides great freedom
for animating widgets and other QObjects. The framework can also be used with
the Graphics View framework.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.