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

        For Gerrit Dashboard: QTBUG-129727
        # Subject Branch Project Status CR V

        Activity

          People

            fabiankosmale Fabian Kosmale
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change