qt6-bb10/examples/sql
Christian Ehrlicher e65dc19332 SQL/QSqlField: deprecate internal functions setSqlType()/typeID()
These functions set/get the db-specific internal sql type but it's not
used in any of the sql plugins since ages. Any external plugin using this for some reason must be ported away until Qt7.

Change-Id: Ifb33e9d3be0b80fb4d0979d31436e89ea6a8208b
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2024-03-10 18:16:00 +00:00
..
books Correct license for examples files 2024-03-07 11:06:43 +01:00
cachedtable Correct license for examples files 2024-03-07 11:06:43 +01:00
doc Update the books example 2023-12-14 20:06:32 +01:00
drilldown Correct license for examples files 2024-03-07 11:06:43 +01:00
masterdetail Correct license for examples files 2024-03-07 11:06:43 +01:00
querymodel Correct license for examples files 2024-03-07 11:06:43 +01:00
relationaltablemodel Correct license for examples files 2024-03-07 11:06:43 +01:00
sqlbrowser SQL/QSqlField: deprecate internal functions setSqlType()/typeID() 2024-03-10 18:16:00 +00:00
sqlwidgetmapper Correct license for examples files 2024-03-07 11:06:43 +01:00
tablemodel Correct license for examples files 2024-03-07 11:06:43 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sql.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00

README

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.