qt5base-lts/examples/widgets/itemviews
Iikka Eklund be15856f61 Change copyrights from Nokia to Digia
Change copyrights and license headers from Nokia to Digia

Change-Id: If1cc974286d29fd01ec6c19dd4719a67f4c3f00e
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2012-09-22 19:20:11 +02:00
..
addressbook Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
basicsortfiltermodel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
chart Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
coloreditorfactory Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
combowidgetmapper Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
customsortfiltermodel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
dirview Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
editabletreemodel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
fetchmore Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
frozencolumn Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
interview Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
pixelator Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
puzzle Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
simpledommodel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
simpletreemodel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
simplewidgetmapper Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
spinboxdelegate Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
spreadsheet Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
stardelegate Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
itemviews.pro Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +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.