qt6-bb10/examples/widgets/itemviews
Alexey Edelev 3f31290880 Use the unique resource identifier in editabletreemodel example
Fixes: QTBUG-122210
Pick-to: 6.6 6.7
Change-Id: I86200961384de6fd57f5c140120461faada4fb4d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2024-02-13 16:58:48 +01:00
..
addressbook
basicsortfiltermodel
coloreditorfactory
combowidgetmapper
customsortfiltermodel
editabletreemodel Use the unique resource identifier in editabletreemodel example 2024-02-13 16:58:48 +01:00
fetchmore
frozencolumn
simpletreemodel Examples: Add Qt6::Gui editabletreemodel and simpletreemodel tests 2023-12-20 17:01:40 +02:00
spreadsheet
stardelegate
CMakeLists.txt Turn SpinBox Delegate example into snippets 2023-12-20 13:18:02 +01:00
README
itemviews.pro Turn SpinBox Delegate example into snippets 2023-12-20 13:18:02 +01: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.