qt5base-lts/examples/widgets/itemviews
Friedemann Kleint af38340720 Port examples/widgets/itemviews to new connection syntax.
Rename some slots to avoid ugly casts.

Change-Id: I5d7b2c044ab6a725f7259e5e34f00c3d06fff050
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-31 14:21:15 +00:00
..
addressbook Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
basicsortfiltermodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
chart Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
coloreditorfactory Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
combowidgetmapper Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
customsortfiltermodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
dirview Polish the Dir View example. 2015-03-06 18:09:42 +00:00
editabletreemodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
fetchmore Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
frozencolumn Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
interview Update copyright headers 2015-02-11 06:49:51 +00:00
pixelator Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
puzzle Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
simpledommodel Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
simpletreemodel Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
simplewidgetmapper Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
spinboxdelegate Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
spreadsheet Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
stardelegate Port examples/widgets/itemviews to new connection syntax. 2015-07-31 14:21:15 +00:00
storageview Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +00:00
itemviews.pro Add the StorageView example 2014-08-14 08:20:45 +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.