qt5base-lts/examples
Leena Miettinen f92a7c1288 I18N: Load qtbase_ translation catalogs in examples
...instead of the qt_ meta catalogs. The qt_ catalogs
are needed for backwards compatibility and depend on
translations for now deprecated modules, such as qtscript,
that might not be installed in the system. This causes
loading the translation to fail.

Instead of the qt_ catalogs, the examples should use the
translation files for the Qt modules used, here qtbase_.

Task-number: QTBUG-69203
Change-Id: I13f5a3d6653cef8379a712fbc02ec320eea4e51a
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-09-27 13:48:53 +00:00
..
aggregate
corelib Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-26 08:27:02 +01:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01:00
opengl Merge remote-tracking branch 'origin/5.12' into 5.13 2019-05-12 01:00:08 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Example: Move the SQL statements 2019-06-21 09:14:36 +02:00
vulkan Fix device local alloc in hellovulkantexture 2018-09-12 08:34:15 +00:00
widgets I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
xml Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01: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.