qt5base-lts/examples/tools
Marc Mutz a27d5be4dc examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on Unix
This is all pretty straight-forward, adding .constData() or
using QString::fromLatin1() instead of QLatin1String().

Change-Id: I984706452db7d0841620a0f64e179906123f3849
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-03-08 09:58:26 +01:00
..
codecs examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on Unix 2012-03-08 09:58:26 +01:00
completer Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
contiguouscache Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
customcompleter Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
customtype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
customtypesending Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
echoplugin Use new plugin system in qtbase. 2012-02-27 13:28:21 +01:00
i18n Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
plugandpaint Use new plugin system in qtbase. 2012-02-27 13:28:21 +01:00
plugandpaintplugins Use new plugin system in qtbase. 2012-02-27 13:28:21 +01:00
regexp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
settingseditor Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
styleplugin Use new plugin system in qtbase. 2012-02-27 13:28:21 +01:00
treemodelcompleter Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
undo Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
undoframework Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
tools.pro Removed QApplication::setInputContext() 2012-01-05 11:40:08 +01: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.