qt5base-lts/examples/widgets/graphicsview
Lucie Gérard fb1b20eab3 Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I3b98cdc55ead806ec81ce09af9271f9b95af97fa
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 17:14:55 +02:00
..
anchorlayout Add license headers to cmake files 2022-08-03 17:14:55 +02:00
basicgraphicslayouts Add license headers to cmake files 2022-08-03 17:14:55 +02:00
chip Add license headers to cmake files 2022-08-03 17:14:55 +02:00
collidingmice Add license headers to cmake files 2022-08-03 17:14:55 +02:00
diagramscene Add license headers to cmake files 2022-08-03 17:14:55 +02:00
dragdroprobot Add license headers to cmake files 2022-08-03 17:14:55 +02:00
elasticnodes Add license headers to cmake files 2022-08-03 17:14:55 +02:00
embeddeddialogs Add license headers to cmake files 2022-08-03 17:14:55 +02:00
flowlayout Add license headers to cmake files 2022-08-03 17:14:55 +02:00
simpleanchorlayout Add license headers to cmake files 2022-08-03 17:14:55 +02:00
weatheranchorlayout Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02: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.