qt6-bb10/examples/widgets/itemviews
Friedemann Kleint 37a983cd98 Dirview example: Add option for DontUseCustomDirectoryIcons.
This enables people to toy around with the option and check
what impact it has.

Change-Id: I8b49c31211cc48721b3326eea48b4e74967b1a92
Reviewed-by: Sérgio Martins <iamsergio@gmail.com>
2016-05-11 17:29:17 +00:00
..
addressbook
basicsortfiltermodel
chart
coloreditorfactory
combowidgetmapper
customsortfiltermodel
dirview Dirview example: Add option for DontUseCustomDirectoryIcons. 2016-05-11 17:29:17 +00:00
editabletreemodel
fetchmore
frozencolumn
interview
pixelator
puzzle
simpledommodel
simpletreemodel
simplewidgetmapper
spinboxdelegate
spreadsheet
stardelegate
storageview
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.