qt5base-lts/examples/widgets/itemviews
Liang Qi 096e37910d Merge remote-tracking branch 'origin/5.11' into dev
Conflicts:
	.qmake.conf
	src/corelib/kernel/qeventdispatcher_cf.mm
	src/gui/kernel/qguiapplication_p.h
	src/gui/kernel/qwindowsysteminterface.cpp
	src/gui/kernel/qwindowsysteminterface.h
	src/plugins/platforms/cocoa/qcocoawindow.mm
	src/plugins/platforms/cocoa/qnswindowdelegate.mm
	src/plugins/platforms/ios/qioseventdispatcher.mm
	src/plugins/platforms/windows/qwindowsdrag.h
	src/plugins/platforms/windows/qwindowsinternalmimedata.h
	src/plugins/platforms/windows/qwindowsmime.cpp
	src/plugins/platforms/winrt/qwinrtscreen.cpp

Change-Id: Ic817f265c2386e83839d2bb9ef7419cb29705246
2018-06-07 19:10:53 +02: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 Examples: fix wrong QRegExp in Custom Sort/Filter Model Example 2018-04-22 12:46:45 +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.