qt5base-lts/examples/widgets/itemviews
Friedemann Kleint 626283740f Fix building of examples.
- Correct install path of widget examples to contain widgets
  directory in target tree.
- Add missing resources.

Task-number: QTBUG-27977

Change-Id: If4cb117998892b0b165d7678367553d3a7553b91
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2012-11-21 16:36:50 +01:00
..
addressbook Fix building of examples. 2012-11-21 16:36:50 +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.