qt5base-lts/examples/sql
Alexandru Croitor 2ffbac7cb2 CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-19 11:51:47 +02:00
..
books CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
cachedtable CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
doc Fix some qdoc warnings: typos and qdoc syntax 2020-09-22 06:01:02 +02:00
drilldown CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
masterdetail CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
querymodel CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
relationaltablemodel CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
sqlbrowser CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
sqlwidgetmapper CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
tablemodel CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
connection.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00: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.