qt5base-lts/examples/sql
Volker Hilsheimer 1e2325f0dc Fix some qdoc warnings: typos and qdoc syntax
Change-Id: Idf5c1490330e0f2e5d4bcf920eb03fc9993b3c8a
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-09-22 06:01:02 +02:00
..
books Derive some item delegates from QStyledItemDelegate 2020-09-10 03:15:49 +02:00
cachedtable CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
doc Fix some qdoc warnings: typos and qdoc syntax 2020-09-22 06:01:02 +02: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.