qt5base-lts/examples/widgets/animation
Karsten Heimrich a8028a02df Port the QXmlStream API from QStringRef to QStringView
This gives some source incompatibilities, most of them can be
handled by using auto instead of QStringRef explicitly.

[ChangeLog][Important API changes] QXmlStream now uses QStringView
insteead of QStringRef in it's API. Using auto forvariables returning
a QStringRef in Qt 5 should lead to code that can be used against both
Qt versions.

Fixes: QTBUG-84317
Change-Id: I6df3a9507276f5d16d044a6bdbe0e4810cf99440
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
2020-08-19 19:48:03 +02:00
..
animatedtiles CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
easing CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
moveblocks CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
states CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
stickman CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
sub-attaq Port the QXmlStream API from QStringRef to QStringView 2020-08-19 19:48:03 +02:00
animation.pro Doc: drop Application Chooser Example 2017-11-20 09:32:38 +00:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00: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.