qt5base-lts/examples/sql
Edward Welbourne 3e0bf04d7b Typo-fix: s/looses/loses/g
When an archer lets go of the bow-string, she looses an arrow; when
the hounds are straining at their leashes and the handler lets go, he
looses the dogs.  It's archaic usage now; we'd normally say "lets
loose", "lets go" or "releases".  In any case what was meant here was
that something got lost; a widget loses focus or a network loses its
connection.

Change-Id: Ic1fbe9e1f76185bcb7caf034d6be97ebfeb2e270
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Martin Smith <martin.smith@qt.io>
2017-06-08 13:36:18 +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 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 Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +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.