Selecting context to translate

The Context view lists the contexts in which strings to be translated appear. The column labeled Context lists the context names in alphabetical order. Each context is the name of a QML type or a subclass of QObject.

{Context view}

A context for QObject itself contains strings passed to the static function QObject::tr().

An <unnamed context> contains strings that are not in a subclass of QObject.

The following icons indicate the current translation state for each context:

StateIconDescription
Accepted/CorrectAll strings in the context have been translated, and all the translations passed the validation tests.
Accepted/WarningsAll strings in the context have been translated or marked as translated, but at least one translation failed the validation tests. In the Strings view, you can see which string failed the test.
Not AcceptedAt least one string in the context has not been translated or is not marked as translated.
ObsoleteNone of the translated strings appears in the context any more. This usually means the context no longer exists in the application.

The Items column displays the total number of translatable strings in the context and the number of translated strings, separated by a slash (/). If the numbers are equal, all the translatable strings in the context have translations.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.