qt5base-lts/examples/sql
Christian Ehrlicher e9bebc1281 Fix use of deprecated ItemDataRoles Background/TextColorRole
Replace BackgroundColorRole/TextColorRole with
BackgroundRole/ForegroundRole and explicit deprecate them for 5.13

Change-Id: I6b0d99844a32d2f5fdfd1878317a7b7422b800d3
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-11-05 21:58:37 +00:00
..
books Doc: Add menu bar to Books example 2018-06-21 14:23:27 +00:00
cachedtable qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
doc Doc: Update image, icon and screenshot for SQL example application 2018-05-22 12:06:22 +00:00
drilldown qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
masterdetail Doc: Update image, icon and screenshot for SQL example application 2018-05-22 12:06:22 +00:00
querymodel Fix use of deprecated ItemDataRoles Background/TextColorRole 2018-11-05 21:58:37 +00:00
relationaltablemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
sqlbrowser qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
sqlwidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
tablemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00: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.