qt5base-lts/examples/tools
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
..
codecs Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
completer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
contiguouscache Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
customcompleter Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
customtype Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
customtypesending Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
doc Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
echoplugin Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
i18n Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
plugandpaint Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
plugandpaintplugins Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
regexp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
settingseditor Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
styleplugin Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
treemodelcompleter Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
undo Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
undoframework Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
tools.pro Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00

Qt is equipped with a range of capable tool classes, from containers and
iterators to classes for string handling and manipulation.

Other classes provide application infrastructure support, handling plugin
loading and managing configuration files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.