qt5base-lts/examples/widgets/itemviews
Christian Ehrlicher b5e0d854bd Cleanup SimpleDomModel example
Cleanup the SimpleDomModel example:
 - include own headers first
 - use nullptr
 - use const where possible
 - init members in initialization list

Change-Id: If7029a774793927b9a3a9115ea4a7053402a86a1
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
2018-12-04 07:00:49 +00: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 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 Itemviews: Cleanup examples 2018-11-12 13:01:30 +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 Cleanup SimpleDomModel example 2018-12-04 07:00:49 +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 Cleanup Spreadsheet example 2018-11-23 15:44:20 +00:00
stardelegate Cleanup StarDelegate example 2018-12-04 07:00:44 +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.