qt5base-lts/examples/corelib/tools
Christian Ehrlicher 4715ca7bc5 Cleanup QtCore examples
Cleanup QtCore examples:
 - use new signal/slot syntax
 - use 0 instead nullptr
 - remove unneeded includes
 - use initializer lists
 - replace foreach with range-based-for loop

Change-Id: I5581f485fa0e9ccf3f4ce6f643908832bc6959bb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-02-06 22:11:27 +00:00
..
contiguouscache Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
customtype Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
customtypesending Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
doc/src Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
README
tools.pro Use dependencies instead of CONFIG+=ordered 2017-12-02 11:09:15 +00: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.