qt6-bb10/examples/widgets/itemviews
Volker Hilsheimer 99eaae4323 Turn SpinBox Delegate example into snippets
The essence of the example was already fully quoted in the
model/view documentation. Move the code into a snippet
source, and update the screenshot.

Fixes: QTBUG-119976
Pick-to: 6.7 6.6
Change-Id: Id2f10bb26a650419969bbfa9b76cb74babd3319e
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
2023-12-20 13:18:02 +01: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 EditableTreeModel: Add a test 2023-12-06 18:22:41 +01: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 SimpleTreeModel: Polish TreeModel::setupModelData() 2023-12-06 18:22:41 +01: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-20 13:18:02 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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.