qtbase/examples/widgets/graphicsview
Alexei Cazacov 8a7148cd00 Docs: Update the screenshots for the Qt Widgets examples
This commit updates the screenshots for the Qt Widget examples. It also
removes several unused screenshots and adds several minor edits.

Task-number: QTBUG-69988
Change-Id: I23b90fd6c8b798169d158854609c09ef3f1c1a20
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 618b1faf37)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-10-15 07:29:48 +00:00
..
basicgraphicslayouts CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
chip CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
collidingmice CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
diagramscene CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
dragdroprobot Docs: Update the screenshots for the Qt Widgets examples 2024-10-15 07:29:48 +00:00
elasticnodes CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
simpleanchorlayout CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README
graphicsview.pro Move graphis view flow layout example to manual test 2023-06-28 09:56:40 +02: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.