qt6-bb10/examples/widgets/itemviews
Oswald Buddenhagen 780d21e129 fix example installs
Change-Id: Ib34795f10b1d7120b28958127ced049af3b4f72b
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2016-05-03 10:25:33 +00:00
..
addressbook
basicsortfiltermodel
chart Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
coloreditorfactory
combowidgetmapper
customsortfiltermodel
dirview
editabletreemodel Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
fetchmore
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
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
spinboxdelegate
spreadsheet
stardelegate
storageview fix example installs 2016-05-03 10:25:33 +00:00
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.