qt5base-lts/examples/sql
Lars Knoll d49a7412f5 Derive some item delegates from QStyledItemDelegate
Address a ### Qt6 comment from change
283008e123, and start using
QStyledItemDelegate in more places, so those get proper
look and feel.

Change-Id: I39767ba99b7942faada1fba0ac241deb35563b63
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2020-09-10 03:15:49 +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 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
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.