qtbase/examples/sql
Christian Ehrlicher 84f0320209 Preparations to deprecate QItemDelegate
QItemDelegate was superseded since Qt4 by QStyledItemDelegate but it
took until Qt6.7 to remove the last occurrences in qtbase.
 - remove unused includes / replace with qabstractitemdelegate.h
 - replace references in the documentation with QStyledItemDelegate
 - adjust the examples and tests to use QStyledItemDelegate

Pick-to: 6.5
Change-Id: I246755004ce2d01192a726ca0972106c237df0cc
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 4e8b54eb81)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2023-10-06 04:17:49 +00:00
..
books Examples: Revamp sql/books 2023-07-17 01:31:18 +00:00
cachedtable Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
doc Preparations to deprecate QItemDelegate 2023-10-06 04:17:49 +00:00
drilldown Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
masterdetail Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-14 05:43:25 +00:00
querymodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
relationaltablemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sqlbrowser Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sqlwidgetmapper Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tablemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
README
connection.h
sql.pro

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.