qt6-bb10/examples/sql
Marc Mutz 2403770dc2 sqlbrowser example: use explicit / override
Examples should show idiomatic use of Qt and C++, so mark the custom
widget constructors in this example as explicit and their destructors
are override.

Amends 2690822428, which, however,
inherited the missing explicit from older code.

Change-Id: I5b5b49f69330c6f139345bed7264c85a36c36e9b
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit e0e9a5627376e04aba1b2ca2591554851d7de240)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit cc1af8409aecb26513e1c06284e3b91eefa5d0db)
2025-01-02 19:20:00 +00:00
..
books CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
cachedtable CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
doc Update the books example 2023-12-14 20:06:32 +01:00
drilldown CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
masterdetail Examples/Sql/Masterdetail: Fix deleting rows 2024-09-08 10:08:28 +00:00
querymodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
relationaltablemodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sqlbrowser sqlbrowser example: use explicit / override 2025-01-02 19:20:00 +00:00
sqlwidgetmapper CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
tablemodel CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
connection.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
sql.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00

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.