qt5base-lts/examples/sql
Nico Vertriest eedf8f28e0 Doc: update SQL examples
- screenshot: remove OS-dependent part of window
- \image --> \borderedimage

Change-Id: I3eb98595e5c2eb254d3857e4c81dfedac8b7939e
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2016-11-09 13:05:53 +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 Unify license header usage. 2016-03-29 10:20:03 +00:00
sqlbrowser Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
sqlwidgetmapper Unify license header usage. 2016-03-29 10:20:03 +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.