qt6-bb10/examples/sql
Marc Mutz 831e314fc3 examples: fix if (!foo == 0)
Clang issues a warning for this.

Change-Id: I1b9741d0260d43f864e404c693b5a459c5038b67
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2013-09-14 23:40:31 +02:00
..
books
cachedtable
doc Doc: Updated content for Drill Down example 2013-05-22 13:48:53 +02:00
drilldown Doc: Updated content for Drill Down example 2013-05-22 13:48:53 +02:00
masterdetail examples: fix if (!foo == 0) 2013-09-14 23:40:31 +02:00
querymodel
relationaltablemodel
sqlbrowser
sqlwidgetmapper
tablemodel
README
connection.h Doc: Updated content for Drill Down example 2013-05-22 13:48:53 +02:00
sql.pro

README

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.