qt6-bb10/examples/sql
Christian Ehrlicher fa045a3ce7 SQL/drilldown example: add new icons and misc cleanup
Cleanup the drilldown example:
 - use icons with the current style
 - remove unneeded QOverload<>
 - remove some empty lines which don't look good in the documentation
 - use Q_SLOTS/Q_SIGNALS instead slots/signals

Fixes: QTBUG-113696
Change-Id: I62476a8989c0abd1f424d1425cb05489491e2153
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-11-23 11:33:28 +01:00
..
books
cachedtable
doc SQL/drilldown example: add new icons and misc cleanup 2023-11-23 11:33:28 +01:00
drilldown SQL/drilldown example: add new icons and misc cleanup 2023-11-23 11:33:28 +01:00
masterdetail
querymodel
relationaltablemodel
sqlbrowser examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
sqlwidgetmapper
tablemodel
CMakeLists.txt
README
connection.h
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.