qt6-bb10/examples
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
..
aggregate
dbus Doc: Remove empty and duplicated file 2014-03-27 08:21:06 +01:00
embedded
gui purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00
ipc Doc: Move IPC example documentation 2014-03-27 15:16:20 +01:00
json
network Use the new unified toolbar implementation in examples on OS X. 2014-05-12 21:40:43 +02:00
opengl Fix up examples for dynamic opengl builds 2014-05-12 10:34:34 +02:00
qmake
qpa
qtconcurrent
qtestlib
sql
threads Updated outdated README for thread examples 2014-03-31 12:46:38 +02:00
tools
touch
webkit/webkit-guide
widgets simpletreemodel example: rename parent() to parentItem() for clarity 2014-05-25 12:32:56 +02:00
xml
README
examples.pro Doc: corrected link/example errors 2014-01-31 16:18:07 +01:00

README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.