qtbase/examples/widgets/itemviews
Alexey Edelev 36086ba3ca Use the unique resource identifier in editabletreemodel example
Fixes: QTBUG-122210
Pick-to: 6.6
Change-Id: I86200961384de6fd57f5c140120461faada4fb4d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 3f31290880)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-02-14 07:43:00 +00:00
..
addressbook Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
basicsortfiltermodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
coloreditorfactory Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
combowidgetmapper Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
customsortfiltermodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
editabletreemodel Use the unique resource identifier in editabletreemodel example 2024-02-14 07:43:00 +00:00
fetchmore Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
frozencolumn Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
simpletreemodel Examples: Add Qt6::Gui editabletreemodel and simpletreemodel tests 2023-12-20 19:47:09 +00:00
spreadsheet Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
stardelegate Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Turn SpinBox Delegate example into snippets 2023-12-21 01:52:11 +00:00
README
itemviews.pro Turn SpinBox Delegate example into snippets 2023-12-21 01:52:11 +00:00

README

Item views are widgets that typically display data sets. Qt 4's model/view
framework lets you handle large data sets by separating the underlying data
from the way it is represented to the user, and provides support for
customized rendering through the use of delegates.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.