qt5base-lts/examples/widgets/itemviews
David Schulz 78a239bc6d QtBase: examples/widgets/itemviews/addressbook codestyle
Change-Id: I710d67018351c34ef14ac30edcca81aba7ff5ad3
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-22 08:24:26 +01:00
..
addressbook QtBase: examples/widgets/itemviews/addressbook codestyle 2012-11-22 08:24:26 +01:00
basicsortfiltermodel Fix building of examples. 2012-11-21 16:36:50 +01:00
chart Fix building of examples. 2012-11-21 16:36:50 +01:00
coloreditorfactory Fix building of examples. 2012-11-21 16:36:50 +01:00
combowidgetmapper Fix building of examples. 2012-11-21 16:36:50 +01:00
customsortfiltermodel Fix building of examples. 2012-11-21 16:36:50 +01:00
dirview Fix building of examples. 2012-11-21 16:36:50 +01:00
editabletreemodel Fix building of examples. 2012-11-21 16:36:50 +01:00
fetchmore Fix building of examples. 2012-11-21 16:36:50 +01:00
frozencolumn Fix building of examples. 2012-11-21 16:36:50 +01:00
interview Fix building of examples. 2012-11-21 16:36:50 +01:00
pixelator Fix building of examples. 2012-11-21 16:36:50 +01:00
puzzle Fix building of examples. 2012-11-21 16:36:50 +01:00
simpledommodel Fix building of examples. 2012-11-21 16:36:50 +01:00
simpletreemodel Fix building of examples. 2012-11-21 16:36:50 +01:00
simplewidgetmapper Fix building of examples. 2012-11-21 16:36:50 +01:00
spinboxdelegate Fix building of examples. 2012-11-21 16:36:50 +01:00
spreadsheet Fix building of examples. 2012-11-21 16:36:50 +01:00
stardelegate Fix building of examples. 2012-11-21 16:36:50 +01:00
itemviews.pro Fix building of examples. 2012-11-21 16:36:50 +01: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.