qt5base-lts/examples
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
..
dbus Fix building of examples. 2012-11-21 16:36:50 +01:00
embedded Use organization name "QtProject" in examples. 2012-10-16 15:29:15 +02:00
gestures Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
gui Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
ipc Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
ja_JP/linguist/hellotr Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
linguist Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network Use organization name "QtProject" in examples. 2012-10-16 15:29:15 +02:00
opengl Remove warnings from qtbase. 2012-11-21 18:23:59 +01:00
qmake Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpa Rename all QWindow properties that have "window" in them 2012-11-07 21:26:08 +01:00
qtconcurrent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtestlib Remove warnings from qtbase. 2012-11-21 18:23:59 +01:00
sql Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
threads Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
tools Fix building of examples. 2012-11-21 16:36:50 +01:00
touch Fix building of examples. 2012-11-21 16:36:50 +01:00
webkit/webkit-guide Change copyrights from Nokia to Digia 2012-10-15 08:13:55 +02:00
widgets Prevent easing example warnings. 2012-11-23 17:04:00 +01:00
xml Change copyrights from Nokia to Digia 2012-10-15 10:18:31 +02:00
examples.pro Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.