qt5base-lts/examples/widgets/tutorials
Christian Ehrlicher 8c685b765b Itemviews: Cleanup examples
Cleanup some minor issues in the chart example:
 - remove unused members
 - use initializer list for members
 - pass a proper role to dataChanged()
 - honor roles parameter in PieView::dataChanged()
 - use nullptr instead 0
 - use new-style connect
 - fix indentation and other whitespaces

Change-Id: Idb212b07c006fe3ae31bee9cd9b1ba4d03043b5e
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2018-11-12 13:01:30 +00:00
..
addressbook qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
gettingStarted qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
modelview Itemviews: Cleanup examples 2018-11-12 13:01:30 +00:00
notepad Notepad example: Get rid of auto-connection slots 2018-11-01 11:46:00 +00:00
widgets qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
gettingstartedqt.qdoc Notepad example: Get rid of auto-connection slots 2018-11-01 11:46:00 +00:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00

Qt is supplied with tutorials that have been written to provide developers
with an introduction to the Qt API.


Documentation for tutorials can be found in the Tutorials
link in the main documentation.