qt5base-lts/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 Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
basicsortfiltermodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
chart Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
coloreditorfactory Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
combowidgetmapper Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
customsortfiltermodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
dirview Dirview example: Add option for DontUseCustomDirectoryIcons. 2016-05-11 17:29:17 +00:00
editabletreemodel Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
fetchmore Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
frozencolumn Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
interview Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
pixelator Doc: Replaced Trolltech logo with Qt logo 2016-02-03 12:37:37 +00:00
puzzle Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
simpledommodel Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
simpletreemodel Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
simplewidgetmapper Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
spinboxdelegate Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
spreadsheet Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
stardelegate Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
storageview fix example installs 2016-05-03 10:25:33 +00:00
itemviews.pro Add the StorageView example 2014-08-14 08:20:45 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

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.