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> |
||
|---|---|---|
| .. | ||
| addressbook | ||
| basicsortfiltermodel | ||
| coloreditorfactory | ||
| combowidgetmapper | ||
| customsortfiltermodel | ||
| editabletreemodel | ||
| fetchmore | ||
| frozencolumn | ||
| simpletreemodel | ||
| spreadsheet | ||
| stardelegate | ||
| CMakeLists.txt | ||
| README | ||
| itemviews.pro | ||
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.