qt5base-lts/examples/widgets/animation
Thomas Hartmann 02c110e989 Prevent easing example warnings.
examples/widgets/animation/easing was spitting out a lot of
"QEasingCurve: Invalid tcb curve" warnings.
The reason was that in case of the TCP curve we do not provide
defaults.

The function createEasingCurve() now provides reasonable values
for the custom curves to show what is possible and how to use them.

Change-Id: I880d8d0f0ce2872ce2019f7d2e000f4c4ce136e2
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
2012-11-23 17:04:00 +01:00
..
animatedtiles Fix building of examples. 2012-11-21 16:36:50 +01:00
appchooser Fix building of examples. 2012-11-21 16:36:50 +01:00
easing Prevent easing example warnings. 2012-11-23 17:04:00 +01:00
moveblocks Fix building of examples. 2012-11-21 16:36:50 +01:00
states Fix building of examples. 2012-11-21 16:36:50 +01:00
stickman Fix building of examples. 2012-11-21 16:36:50 +01:00
sub-attaq Fix building of examples. 2012-11-21 16:36:50 +01:00
animation.pro Fix building of examples. 2012-11-21 16:36:50 +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.