qtbase/examples/sql
Magdalena Stojek 0ac8ab0d20 Use delegate to draw ComboBox Label
Allows customization and dynamic rendering of items
in the labels.

Task-number: QTBUG-126696
Change-Id: I6261131808aa303660f991e2f19248e547b14566
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Matthias Rauter <matthias.rauter@qt.io>
2024-10-29 15:17:52 +02:00
..
books Use delegate to draw ComboBox Label 2024-10-29 15:17:52 +02: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-07 23:12:43 +02: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 CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01: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
connection.h
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.