qt6-bb10/examples/widgets/itemviews
Christian Ehrlicher c590aa678d Cleanup SimpleTreeModel example
Cleanup the SimpleTreeModel example:
 - include own headers first
 - use nullptr
 - add sanity checks

Change-Id: If57d608e3919368b2022ff86aede8de9c2ba7369
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2019-01-23 15:13:41 +00:00
..
addressbook Cleanup Addressbook example 2018-12-04 07:00:41 +00:00
basicsortfiltermodel
chart Itemviews: Cleanup examples 2018-11-12 13:01:30 +00:00
coloreditorfactory Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
combowidgetmapper
customsortfiltermodel Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
dirview
editabletreemodel Itemviews: Cleanup examples 2018-11-12 13:01:30 +00:00
fetchmore Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
flattreeview
frozencolumn Improve the Frozen Column example 2018-03-29 19:12:03 +00:00
interview Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
pixelator Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
puzzle Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
simpledommodel Cleanup SimpleDomModel example 2018-12-04 07:00:49 +00:00
simpletreemodel Cleanup SimpleTreeModel example 2019-01-23 15:13:41 +00:00
simplewidgetmapper Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
spinboxdelegate Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
spreadsheet Cleanup Spreadsheet example 2018-11-23 15:44:20 +00:00
stardelegate Cleanup StarDelegate example 2018-12-04 07:00:44 +00:00
storageview Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
README
itemviews.pro Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +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.