qt5base-lts/examples/sql
Lars Knoll 1697fbdf05 Deprecate the static int based API in QMetaType
And remove one of the type id to name mapping that still
existed in QMetaType. QMetaTypeInterface can provide that,
so there's no need to have a second copy of the data.

qMetaTypeTypeInternal() can still map all the names of all
builtin types to ids. That functionality is for now still
required by moc and can't be removed yet.

Change-Id: Ib4f8e9c71e1e7d99d52da9e44477c9a1f1805e57
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-08-24 00:19:05 +02:00
..
books CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
cachedtable CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
doc Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast 2020-03-06 08:12:52 +01:00
drilldown CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
masterdetail Deprecate QVariant::Type uses in QSqlField 2020-08-15 10:56:33 +02:00
querymodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
relationaltablemodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
sqlbrowser Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
sqlwidgetmapper CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
tablemodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
connection.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00: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.