qt5base-lts/examples/widgets/graphicsview
Topi Reinio e05511a364 Pad Navigator example: Remove duplicated property animations
The example created two QPropertyAnimation instances that controlled
the same property; this caused a clash for some transitions.

Remove the smoothFlipXRotation and smoothFlipYRotation animations;
they are not needed as equivalent animations are already set as
defaults for the state machine.

Fixes: QTBUG-28081
Change-Id: Ifa7a09d48cd4905df720e3327914320ed74ebae6
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2020-01-16 10:24:06 +01:00
..
anchorlayout Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
basicgraphicslayouts Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
boxes Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
chip Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
collidingmice Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
diagramscene Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
dragdroprobot Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
elasticnodes Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
embeddeddialogs Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
flowlayout Widgets flowlayout example: Fix crash on startup 2019-10-03 13:15:47 +02:00
padnavigator Pad Navigator example: Remove duplicated property animations 2020-01-16 10:24:06 +01:00
simpleanchorlayout Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
weatheranchorlayout Widgets/GraphicsView examples: cleanup 2019-09-05 17:40:36 +02:00
graphicsview.pro Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt is provided with a comprehensive canvas through the GraphicsView
classes.

These examples demonstrate the fundamental aspects of canvas programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.