qt5base-lts/examples/sql
Paul Wicking a2446c0eed Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast
For qgraphicsitem_cast to work correctly with custom items, one must
reimplement the type() function for each custom QGraphicsItem subclass.
Do that in the example code.

Fixes: QTBUG-7357
Change-Id: Ibf221817908355f0347cddfc46747b6955958f5f
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2020-03-06 08:12:52 +01:00
..
books Change examples and snippets to pass QDate and QTime by value 2020-01-30 13:32:57 +01:00
cachedtable qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
doc Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast 2020-03-06 08:12:52 +01:00
drilldown Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast 2020-03-06 08:12:52 +01:00
masterdetail Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
querymodel Fix use of deprecated ItemDataRoles Background/TextColorRole 2018-11-05 21:58:37 +00:00
relationaltablemodel RelationalTableModel example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02: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.