qt5base-lts/examples/sql
Kavindra Palaraja 312ff6f83b Docs: Fix a typo in the documentation
Change-Id: Ice4d0842883e32f62abd27be826b1caf1c78d3b6
Fixes: QTBUG-55503
Reviewed-by: Frederik Schwarzer <schwarzer@kde.org>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2019-11-01 08:00:57 +01:00
..
books Example: Move the SQL statements 2019-06-21 09:14:36 +02:00
cachedtable
doc Docs: Fix a typo in the documentation 2019-11-01 08:00:57 +01:00
drilldown
masterdetail
querymodel
relationaltablemodel RelationalTableModel example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02:00
sqlbrowser
sqlwidgetmapper
tablemodel
connection.h
README
sql.pro

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.