qt5base-lts/examples
Karsten Heimrich 18ec53156e Move QTextCodec support out of QtCore
* Assume UTF-8 on all Unix like systems
* Export some functions to be able to compile QTextCodec once
  moved to Qt5Compat.

Task-number: QTBUG-75665
Change-Id: I52ec47a848bc0ba72e9c7689668b1bcc5d736c29
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-20 02:04:38 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
dbus Regenerate examples 2020-02-04 18:50:39 +00:00
embedded CMake: Fix lightmaps example to build in a namespaced Qt 2020-06-12 19:30:29 +02:00
gui Regenerate examples 2020-02-04 18:50:39 +00:00
network Torrent example: fix crash 2020-05-11 10:21:29 +02:00
opengl Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qtconcurrent Fix examples build after a061a64642 2020-06-17 22:40:02 +02:00
qtestlib Regenerate examples 2020-02-04 18:50:39 +00:00
sql Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
vulkan Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
widgets Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +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 Remove more references to demos. 2011-07-08 15:36:26 +02:00

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.