qt5base-lts/examples/widgets/itemviews
Friedemann Kleint 60bea1c85a QFileSystemModel: Fix naming of Option enumeration
Fix an API review finding in 5.14, amending
6b9d319b26.

Change-Id: I6c67ebde91021b87a43a86ff831b724f098019aa
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-09-02 13:21:57 +02:00
..
addressbook Cleanup Addressbook example 2018-12-04 07:00:41 +00:00
basicsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
chart Itemviews: Cleanup examples 2018-11-12 13:01:30 +00:00
coloreditorfactory Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
combowidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
customsortfiltermodel Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
dirview QFileSystemModel: Fix naming of Option enumeration 2019-09-02 13:21:57 +02:00
editabletreemodel Cleanup EditableItemModel example 2019-01-24 20:31:55 +00: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 Improve the Frozen Column example 2018-03-29 19:12:03 +00:00
interview Cleanup Itemviews examples 2018-12-17 19:50:38 +00:00
pixelator Cleanup Itemviews examples 2018-12-17 19:50:38 +00: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 Cleanup SimpleTreeModel example 2019-01-23 15:13:41 +00: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 Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
stardelegate Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00: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.