qt5base-lts/examples/widgets/itemviews
Joerg Bornemann 9f27bfb31a Make sure we can build with -no-feature-draganddrop
We move QInternalMimeData to a separate file, because this class is
used, even if draganddrop is disabled. From now on, include
qinternalmimedata_p.h instead of qdnd_p.h for QInternalMimeData.

Change-Id: I594e08e2e90d574dc445119091686b4b69e4731b
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
2018-05-29 18:31:35 +00:00
..
addressbook qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
basicsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
chart qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
coloreditorfactory qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
combowidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
customsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
dirview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
editabletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
fetchmore Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01: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 qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
pixelator qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
puzzle Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
simpledommodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simpletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simplewidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spinboxdelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spreadsheet Fix typos 2018-02-13 15:51:10 +00:00
stardelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
storageview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +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.