qt5base-lts/examples/sql
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
..
books Add license headers to cmake files 2022-08-03 17:14:55 +02:00
cachedtable Add license headers to cmake files 2022-08-03 17:14:55 +02:00
doc Fix typos in docs and comments 2022-06-15 21:31:02 +02:00
drilldown Add license headers to cmake files 2022-08-03 17:14:55 +02:00
masterdetail Add license headers to cmake files 2022-08-03 17:14:55 +02:00
querymodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
relationaltablemodel Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sqlbrowser Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sqlwidgetmapper Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tablemodel 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
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00

Qt provides extensive database interoperability, with support for products
from both open source and proprietary vendors.

SQL support is integrated with Qt's model/view architecture, making it easier
to provide GUI integration for your database applications.


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