qt5base-lts/examples
Lars Knoll 5acc3dd242 Remove a couple of QTextStream usages
Don't use QTextStream to write a QString to a file in UTF-8.
This can be done more easily, by directly converting the
QString to utf-8 and calling write on the io device.

Change-Id: I4b617b342ab339affb396ed49c5a920985d1ddfd
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2020-05-01 18:52:14 +02:00
..
aggregate
corelib High-DPI: Remove usages of Qt::AA_UseHighDpiPixmaps 2020-03-30 08:43:02 +01:00
dbus Regenerate examples 2020-02-04 18:50:39 +00:00
embedded Change qHash() to work with size_t instead of uint 2020-04-09 20:03:25 +02:00
gui Regenerate examples 2020-02-04 18:50:39 +00:00
network Merge remote-tracking branch 'origin/5.15' into dev 2020-04-23 01:00:36 +02:00
opengl Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Merge remote-tracking branch 'origin/5.15' into dev 2020-03-11 15:34:21 +01:00
qtconcurrent Regenerate examples 2020-02-04 18:50:39 +00:00
qtestlib Regenerate examples 2020-02-04 18:50:39 +00:00
sql Merge remote-tracking branch 'origin/5.15' into dev 2020-03-11 15:34:21 +01:00
vulkan QtConcurrent::run: accept more then five function's arguments 2020-03-11 14:46:25 +01:00
widgets Remove a couple of QTextStream usages 2020-05-01 18:52:14 +02:00
xml examples: avoid int -> QChar conversions 2020-04-29 10:10:36 +02:00
CMakeLists.txt cmake: add examples/opengl 2019-10-07 07:22:17 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.