qt5base-lts/examples/sql
Samuel Gaist 9e933de7f2 Example: fix memory leak in relationnaltablemodel example
The example creates a view on the heap but doesn't delete it on
application end. This patch uses a QScopedPointer to fix that.

Change-Id: I3b0c8589999d243c193bd02e1470c03eabfabe40
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2017-03-07 23:11:20 +00:00
..
books Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
cachedtable Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Doc: update SQL examples 2016-11-09 13:05:53 +00:00
drilldown Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
masterdetail Unify license header usage. 2016-03-29 10:20:03 +00:00
querymodel Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
relationaltablemodel Example: fix memory leak in relationnaltablemodel example 2017-03-07 23:11:20 +00:00
sqlbrowser prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
sqlwidgetmapper prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
tablemodel Unify license header usage. 2016-03-29 10:20:03 +00:00
connection.h Unify license header usage. 2016-03-29 10:20:03 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro fix usage of wince scope 2015-06-05 10:29:10 +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.