Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-75239

When the locale is changed then it should be propagated to the the controls in the ApplicationWindow, but Label and TextField are not seen as controls

    XMLWordPrintable

Details

    • 675f3d0082a4a069ed84c7b3edb14d95aeed1417 (qt/qtdeclarative/dev) 3eee2982648a15290825010798d735b672bbc01b (qt/qtdeclarative/6.2)

    Description

      When the locale is changed then it should be propagated to the the controls in the ApplicationWindow, but Label and TextField are not seen as controls. This is because they are based on QQuickText and as a result it has no locale property and does not get updated.

      Adding an explicit property in this case would make it possible for them to adapt to locale changes without having to try to depend on the ApplicationWindow's locale property.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vhilshei Volker Hilsheimer
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes