qt5base-lts/examples/sql
Jędrzej Nowacki db06953ca1 Replace QVariant::typeToName usage by QMetaType::typeName call.
Type information is kept in QMetaType class. QVariant is delegating
operations, so it is better to use QMetaType directly.

Change-Id: I91209fa1c9dc4303d6bd47c96824d3cd64ce5291
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-05-28 03:30:21 +02:00
..
books Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
cachedtable Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
drilldown Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
masterdetail Examples: Don't use deprecated methods 2012-04-21 17:29:40 +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 Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +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 QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +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.