fa045a3ce7
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> |
||
---|---|---|
.. | ||
books | ||
cachedtable | ||
doc | ||
drilldown | ||
masterdetail | ||
querymodel | ||
relationaltablemodel | ||
sqlbrowser | ||
sqlwidgetmapper | ||
tablemodel | ||
CMakeLists.txt | ||
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.