qt6-bb10/examples/widgets/itemviews
Liang Qi 7cbee56296 Merge remote-tracking branch 'origin/5.9' into dev
Conflicts:
	src/widgets/widgets/qmenu.cpp

Change-Id: I6d3baf56eb24501cddb129a3cb6b958ccc25a308
2017-06-07 14:02:43 +02:00
..
addressbook
basicsortfiltermodel examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
chart Examples: use std::atan2 for simper angle calculations 2017-02-23 16:43:35 +00:00
coloreditorfactory
combowidgetmapper
customsortfiltermodel
dirview
editabletreemodel
fetchmore
frozencolumn
interview
pixelator Convert features.printdialog to QT_[REQUIRE_]CONFIG 2017-05-30 17:21:26 +00:00
puzzle
simpledommodel
simpletreemodel
simplewidgetmapper
spinboxdelegate
spreadsheet Convert features.printdialog to QT_[REQUIRE_]CONFIG 2017-05-30 17:21:26 +00:00
stardelegate
storageview
README
itemviews.pro Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00

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.