qt5base-lts/examples/widgets/animation
Jani Heikkinen ad38ece3c8 Updated license headers
From Qt 5.7 -> examples are lisenced under BSD license, see
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/

Updated license headers to use new BSD header instead of LGPL21 one
(in those files which will be under BSD)

Change-Id: I3ad61caaf07802eb9da7d29eca3fe49d8a51b6a8
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-01-21 18:55:32 +00:00
..
animatedtiles Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
appchooser Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
easing Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
moveblocks Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
states Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
stickman Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sub-attaq Updated license headers 2016-01-21 18:55:32 +00:00
animation.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

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.