qt5base-lts/examples/widgets/graphicsview
Edward Welbourne c158f881b3 Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior
The Qt version was added in 5.14 "for use as eventual replacement for
QString::SplitBehavior." Move another step closer to that goal.

Applied suitable wrapping round various char and string literals,
since docs are meant to show best practice.

Change-Id: Ie061905fad26f9b4dda3eedba4612704f0a19126
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-02-28 15:37:11 +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 Remove unused variable 2020-02-10 15:04:39 +01:00
chip Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
collidingmice Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
diagramscene QButtonGroup: deprecate overloaded signals 2020-01-28 06:24:25 +01: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 Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
flowlayout Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01: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

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.