qt5base-lts/examples/animation
Friedemann Kleint 87274e272d QtBase examples: Remove Maemo/Symbian-specific code.
- Maemo/Symbian are no longer supported and QWidget-based examples
  are no longer supposed to run on mobile platforms, so, remove any
  Maemo/Symbian or mobile-specific code from source files and
  profiles.
- Remove Maemo/Symbian vibration examples.
- Change Q_WS_MAC/WIN to Q_OS_MAC/WIN where appropriate.

Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>

Change-Id: I488a0adadb98934567aa6416206a80465c9c3a81
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2011-10-18 15:47:49 +02:00
..
animatedtiles QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
appchooser QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
easing QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
moveblocks QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
states QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
stickman QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
sub-attaq Merge remote-tracking branch 'base/master' into refactor 2011-06-27 12:27:54 +02:00
animation.pro Merge remote-tracking branch 'base/master' into refactor 2011-06-27 12:27:54 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +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.