qtbase/examples
Christian Ehrlicher 5a28fe86af Examples/Sql/Masterdetail: Fix deleting rows
Completely deleting a row in a QSqlTableModel needs a call to select()
afterwards, otherwise a blank column will stay according the
documentation of QSqlTableModel::removeRows()
Also add albumdetails.xml to the resource file to make sure it's found
during runtime.

Pick-to: 6.8
Task-number: QTBUG-128434
Change-Id: Ie5cc38edfa27984d186467e3372b05987f78d14c
Reviewed-by: David Faure <david.faure@kdab.com>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2024-09-07 23:12:43 +02:00
..
aggregate
corelib Doc: Remove usage of defunct QDoc command 2024-08-28 08:25:30 +02:00
dbus CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gui rhiwindow: Set DPR on image texture to ensure DPR-agnostic drawing 2024-04-18 23:15:25 +02:00
network examples/network/torrrent: port to QBasicTimer 2024-08-31 18:57:15 +03:00
opengl Doc: Remove usage of defunct QDoc command 2024-08-28 08:25:30 +02:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql Examples/Sql/Masterdetail: Fix deleting rows 2024-09-07 23:12:43 +02:00
vulkan CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
widgets QSortFilterProxyModel: add a protected beginFilterChange 2024-08-28 02:28:24 +02:00
xml CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01:00

README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.