qt5base-lts/examples/widgets/itemviews
Liang Qi dbef41f43e Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts:
	examples/qtestlib/tutorial5/containers.cpp
	examples/widgets/tools/tools.pro
	src/corelib/io/qprocess.cpp
	src/corelib/io/qprocess_unix.cpp
	src/corelib/io/qprocess_win.cpp
	src/network/kernel/qdnslookup_unix.cpp
	src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
	src/testlib/qtestcase.cpp
	tools/configure/configureapp.cpp

Change-Id: I838ae7f082535a67a4a53aa13a21ba5580758be8
2016-05-06 15:36:44 +02:00
..
addressbook Unify license header usage. 2016-03-29 10:20:03 +00:00
basicsortfiltermodel Unify license header usage. 2016-03-29 10:20:03 +00:00
chart Unify license header usage. 2016-03-29 10:20:03 +00:00
coloreditorfactory Unify license header usage. 2016-03-29 10:20:03 +00:00
combowidgetmapper Unify license header usage. 2016-03-29 10:20:03 +00:00
customsortfiltermodel Unify license header usage. 2016-03-29 10:20:03 +00:00
dirview Unify license header usage. 2016-03-29 10:20:03 +00:00
editabletreemodel Unify license header usage. 2016-03-29 10:20:03 +00:00
fetchmore Unify license header usage. 2016-03-29 10:20:03 +00:00
frozencolumn Unify license header usage. 2016-03-29 10:20:03 +00:00
interview Updated license headers 2016-01-21 18:55:32 +00:00
pixelator Unify license header usage. 2016-03-29 10:20:03 +00:00
puzzle Unify license header usage. 2016-03-29 10:20:03 +00:00
simpledommodel Unify license header usage. 2016-03-29 10:20:03 +00:00
simpletreemodel Unify license header usage. 2016-03-29 10:20:03 +00:00
simplewidgetmapper Unify license header usage. 2016-03-29 10:20:03 +00:00
spinboxdelegate Unify license header usage. 2016-03-29 10:20:03 +00:00
spreadsheet Updated license headers 2016-01-21 18:55:32 +00:00
stardelegate Unify license header usage. 2016-03-29 10:20:03 +00:00
storageview Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02: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.