qt5base-lts/examples/tools
Pekka Vuorela 8ad583b7f9 Removed QApplication::setInputContext()
Obsoleted by platform input context. Setting a custom QInputContext
wouldn't work properly anymore.

Change-Id: I966573a82fdd7530544878513a655eae7b3ad67b
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
2012-01-05 11:40:08 +01:00
..
codecs Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
completer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
contiguouscache Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
customcompleter Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
customtype Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
customtypesending Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
echoplugin Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
i18n Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
plugandpaint Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
plugandpaintplugins Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
regexp Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
settingseditor Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
styleplugin Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
treemodelcompleter Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
undo Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
undoframework Update copyright year in license headers. 2012-01-05 06:36:56 +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.