Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.0
-
None
-
Windows 10 22H2, MSVC 2019 x64
Description
See attached project, which is a modified version of the Hello tr() Example (https://doc.qt.io/qt-6/qtlinguist-hellotr-example.html ). It contains 2 length variants of the translated text, and echoes the same translation to the window title.
While the QPushButton correctly selects the variant based on the widget size, the window title shows BOTH variants concatenated.
Notes
Qt Quick window titles are also affected.