qt5base-lts/examples/sql
Sergio Ahumada 58e2b9c01b examples: Mark ctor's as explicit
Make C++ class constructors that can be used with only one
required argument 'explicit' to minimize wrong use of the class.

Change-Id: Ida9f9c2f0c8608c35b0137b2512a6747afd69515
Reviewed-by: Mitch Curtis <mitch.curtis@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-17 22:14:25 +02:00
..
books Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
cachedtable examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
drilldown Remove the obsolete scene argument for constructors of graphics items 2012-08-03 00:37:59 +02:00
masterdetail Fix encoding of non-ASCII strings 2012-06-14 05:26:45 +02:00
querymodel Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
relationaltablemodel Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sqlbrowser examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
sqlwidgetmapper Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tablemodel Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
connection.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro Remove useless "QT += widgets" 2012-06-05 16:01:29 +02: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.