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

Locale dependent bindings not reevaluated after locale change

    XMLWordPrintable

Details

    Description

      QML has https://doc.qt.io/qt-6/qml-qtqml-locale.html to expose locale related functionality. It can be used in bindings, e.g.

      Text {
          text: Qt.locale().decimalPoint
      }
      

      However, that binding is not updated when the locale changes – nothing reacts to Qt's QEvent::LocaleChange. We should consider handling it in a similar way to translations.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes