qt5base-lts/examples/widgets/itemviews
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
..
addressbook Add license headers to cmake files 2022-08-03 17:14:55 +02:00
basicsortfiltermodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
chart Add license headers to cmake files 2022-08-03 17:14:55 +02:00
coloreditorfactory Add license headers to cmake files 2022-08-03 17:14:55 +02:00
combowidgetmapper Add license headers to cmake files 2022-08-03 17:14:55 +02:00
customsortfiltermodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
dirview Add license headers to cmake files 2022-08-03 17:14:55 +02:00
editabletreemodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
fetchmore Add license headers to cmake files 2022-08-03 17:14:55 +02:00
flattreeview Add license headers to cmake files 2022-08-03 17:14:55 +02:00
frozencolumn Add license headers to cmake files 2022-08-03 17:14:55 +02:00
interview Add license headers to cmake files 2022-08-03 17:14:55 +02:00
pixelator Add license headers to cmake files 2022-08-03 17:14:55 +02:00
puzzle Add license headers to cmake files 2022-08-03 17:14:55 +02:00
simpledommodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
simpletreemodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
simplewidgetmapper Add license headers to cmake files 2022-08-03 17:14:55 +02:00
spinboxdelegate Add license headers to cmake files 2022-08-03 17:14:55 +02:00
spreadsheet Add license headers to cmake files 2022-08-03 17:14:55 +02:00
stardelegate Add license headers to cmake files 2022-08-03 17:14:55 +02:00
storageview 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
itemviews.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

Item views are widgets that typically display data sets. Qt 4's model/view
framework lets you handle large data sets by separating the underlying data
from the way it is represented to the user, and provides support for
customized rendering through the use of delegates.


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