qt5base-lts/examples/widgets/itemviews
Rainer Keller f13b0b2cf2 qtlite: Skip building examples when configured with no-feature-itemviews
Compiling the default examples should be possible without compile errors.

Task-number: QTBUG-53141
Change-Id: I73d8787241291ae6230861a89b38e91d900fede0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2018-01-12 07:58:20 +00:00
..
addressbook qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
basicsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
chart qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
coloreditorfactory qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
combowidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
customsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
dirview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
editabletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
fetchmore qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
frozencolumn qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
interview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
pixelator qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
puzzle qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simpledommodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simpletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simplewidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spinboxdelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spreadsheet qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
stardelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
storageview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
itemviews.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00: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.