qt5base-lts/examples/widgets/animation
Christian Ehrlicher fb7c9dfc06 QButtonGroup: deprecate overloaded signals
Deprecate the overloaded signals
buttonClicked/buttonPressed/buttonReleased/buttonToggled taking an int
to avoid to need to use QOverload<> when connecting the signal. The id
of a button in a button group can be easily fetched with
QButtonGroup::id().

Task-number: QTBUG-80906
Change-Id: Idaaab54bbcb25cba543fc99f305b9f4743ee3ed8
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2020-01-28 06:24:25 +01:00
..
animatedtiles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
easing QButtonGroup: deprecate overloaded signals 2020-01-28 06:24:25 +01:00
moveblocks Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
states Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:08:03 +00:00
stickman Cleanup QtWidgets animation examples 2019-08-17 09:51:32 +02:00
sub-attaq Fix build of the sub-attaq example 2019-11-07 13:35:21 +02:00
animation.pro Doc: drop Application Chooser Example 2017-11-20 09:32:38 +00:00
README

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.