qt5base-lts/examples/widgets/itemviews/simpletreemodel
David Faure 739fc9f24e simpletreemodel example: rename parent() to parentItem() for clarity
I show this example during trainings, and parent() is too much like
QObject::parent(), QModelIndex::parent() and our model's parent()
[which calls this method], so it's less confusing if this is called
something clearer like parentItem().

Change-Id: I101342051349d94c4a3bc3d4bc332194d6779293
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2014-05-25 12:32:56 +02:00
..
default.txt Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
main.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
simpletreemodel.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
simpletreemodel.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
treeitem.cpp simpletreemodel example: rename parent() to parentItem() for clarity 2014-05-25 12:32:56 +02:00
treeitem.h simpletreemodel example: rename parent() to parentItem() for clarity 2014-05-25 12:32:56 +02:00
treemodel.cpp simpletreemodel example: rename parent() to parentItem() for clarity 2014-05-25 12:32:56 +02:00
treemodel.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00