qt5base-lts/examples/widgets/itemviews
Oswald Buddenhagen 586adeabe4 add and use qtHaveModule() function
this is much more elegant than the so far propagated !isEmpty(QT.foo.name).
also replace feature-specific tests (no-gui and no-widgets) and the
obsolete contains(QT_CONFIG, foo) syntax.

Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-12-21 19:05:02 +01:00
..
addressbook clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
basicsortfiltermodel clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
chart clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
coloreditorfactory clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
combowidgetmapper clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
customsortfiltermodel clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
dirview clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
editabletreemodel clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
fetchmore clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
frozencolumn clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
interview clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
pixelator add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
puzzle clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
simpledommodel remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
simpletreemodel clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
simplewidgetmapper clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
spinboxdelegate clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
spreadsheet add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
stardelegate clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
itemviews.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +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.