qt5base-lts/examples/sql
Simon Hausmann 407302fb1b Merge remote-tracking branch 'origin/5.9' into dev
Conflicts:
	src/corelib/io/qwindowspipewriter.cpp
	src/widgets/styles/qcommonstyle.cpp

Change-Id: I0d33efdc4dc256e234abc490a18ccda72cd1d9e6
2017-07-19 09:47:29 +02:00
..
books Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
cachedtable Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Typo-fix: s/looses/loses/g 2017-06-08 13:36:18 +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 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.