qt5base-lts/examples/widgets/itemviews
Qt Forward Merge Bot 116d68f105 Merge remote-tracking branch 'origin/5.14' into 5.15
Conflicts:
	src/corelib/plugin/qlibrary.cpp
	src/corelib/plugin/qlibrary_unix.cpp
	src/corelib/plugin/qpluginloader.cpp

Change-Id: I866feaaa2a4936ee5389679724c8471a5b4b583d
2020-03-11 11:27:49 +01:00
..
addressbook Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
basicsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
chart Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
coloreditorfactory Replace most use of QVariant::type and occurrences of QVariant::Type 2020-01-23 16:46:51 +01:00
combowidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
customsortfiltermodel Merge remote-tracking branch 'origin/5.14' into 5.15 2020-02-04 10:44:00 +01:00
dirview Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
editabletreemodel Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
fetchmore Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
flattreeview Add QHeaderView::setFirstSectionMovable(), useful for flat treeviews 2018-01-02 09:31:11 +00:00
frozencolumn Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
interview Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
pixelator Examples: fix compile without printsupport 2020-01-31 06:23:58 +01:00
puzzle Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
simpledommodel Cleanup SimpleDomModel example 2018-12-04 07:00:49 +00:00
simpletreemodel Docs: Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
simplewidgetmapper Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
spinboxdelegate Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
spreadsheet Merge remote-tracking branch 'origin/5.14' into 5.15 2020-03-11 11:27:49 +01:00
stardelegate Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
storageview Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
itemviews.pro Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +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.