qt5base-lts/examples/widgets/dialogs
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
..
classwizard I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
extension QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
findfiles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
licensewizard I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
standarddialogs I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
tabdialog qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
trivialwizard I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
dialogs.pro Doc: remove Config Dialog Example 2017-12-27 14:41:18 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.