qt5base-lts/examples/sql
Volker Hilsheimer 8fa28b0cff Update Cached Table example meta-data
Drop "Example" from the example's title, add SQL instead, and add it
to the Input/Output category of examples. It's a documented example,
does something meaningful, and looks reasonable. Having one SQL example
categorised so that it's easy to see that Qt includes that functionality
seems like a good idea. The other examples are mostly small API
examples that are still good to have as fully-functional apps rather
than just snippets.

Pick-to: 6.5
Change-Id: Ib960f38db39c791f7ff5a2b9bf3157ee32b362ec
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
2023-05-24 17:29:20 +02:00
..
books examples: Connect Quit action to QCoreApplication::quit, not QWidget::close 2023-02-20 15:18:18 +01:00
cachedtable Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
doc Update Cached Table example meta-data 2023-05-24 17:29:20 +02:00
drilldown Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
masterdetail examples: Connect Quit action to QCoreApplication::quit, not QWidget::close 2023-02-20 15:18:18 +01:00
querymodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
relationaltablemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sqlbrowser Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
sqlwidgetmapper Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tablemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
sql.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00: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.