qtbase/examples/sql
Christian Ehrlicher fb453fe28c Examples/sqlbrowser: improve coding style
Fix the coding style to match the current Qt style.

Fixes: QTBUG-68661
Fixes: QTBUG-120909
Change-Id: I314ca9da8a03727e3e0336a23fce1ce9d065d3a4
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
(cherry picked from commit 2690822428)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-01-19 20:14:10 +00:00
..
books Update the books example 2023-12-14 19:53:02 +00:00
cachedtable Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
doc Update the books example 2023-12-14 19:53:02 +00:00
drilldown SQL/drilldown example: add new icons and misc cleanup 2023-11-23 11:33:28 +01:00
masterdetail Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00: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/sqlbrowser: improve coding style 2024-01-19 20:14:10 +00: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
README
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
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.