qt5base-lts/examples/widgets/tools/codecs
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
..
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
encodedfiles Examples: move widgets specific "tools" examples to the correct place 2012-11-28 00:56:34 +01:00
images Codecs example: Add a dialog for showing common C++ encodings 2018-11-30 10:00:04 +00:00
CMakeLists.txt Regenerate examples 2020-02-04 18:50:39 +00:00
codecs.pro Codecs example: Add a dialog for showing common C++ encodings 2018-11-30 10:00:04 +00:00
codecs.qrc Codecs example: Add a dialog for showing common C++ encodings 2018-11-30 10:00:04 +00:00
encodingdialog.cpp Deprecate QStringViewLiteral 2019-08-10 22:13:49 +02:00
encodingdialog.h Codecs example: Add a dialog for showing common C++ encodings 2018-11-30 10:00:04 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.cpp Remove a couple of QTextStream usages 2020-05-01 18:52:14 +02:00
mainwindow.h Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
previewform.cpp QComboBox: remove deprecated signals 2020-02-10 18:28:45 +01:00
previewform.h Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00