qt5base-lts/examples/widgets/graphicsview
Joni Poikelin 296c3776a8 Remove unnecessary dependency to OpenGL
The example does not use OpenGL in Qt6 anymore so the dependency is not
necessary.

Change-Id: I6189a93eb65bd283ea7e85664582ab0b12a41639
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-05-30 11:03:19 +03:00
..
anchorlayout Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
basicgraphicslayouts Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
chip Remove unnecessary dependency to OpenGL 2022-05-30 11:03:19 +03:00
collidingmice Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
diagramscene Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
dragdroprobot Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
elasticnodes Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
embeddeddialogs Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
flowlayout Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
simpleanchorlayout Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
weatheranchorlayout Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
graphicsview.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02: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.