qt5base-lts/examples/widgets/tutorials
Marc Mutz 6d65b2cc8c Use QStringList::join(QChar) overload where applicable [examples]
This is an automated change performing the following replacements:
                    join\("(.)"\) -> join('\1')
  join\(QLatin1String\("(.)"\)\)  -> join(QLatin1Char('\1'))
  join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))

Change-Id: I1d0c9782cc1522d937b930531720e32d4c8f7ce8
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2012-09-23 23:30:03 +02:00
..
addressbook Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
addressbook-fr Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
gettingStarted Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
modelview Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
threads Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
widgets Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Move tutorials to widgets. 2012-09-09 01:18:37 +02: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.