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

QSpinBox and QDoubleSpinBox don't show the thousand separator for french locale

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.3.0
    • 4.4.3, 4.5.0, 4.5.1, 4.5.2, 4.5.3
    • Core: Locales (i18n)
    • None

    Description

      QSpinBox and QDoubleSpinBox don't show the thousand separator (' ') for french locale.

      Example :
      QSpinBox SpinBox;
      SpinBox.setLocale (QLocale (QLocale::French, QLocale::France));
      SpinBox.setValue (10000);

      This example shows '10000' and not '10 000' as it should.

      Attachments

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

        Activity

          People

            ottoshmidt Oto Magaldadze
            mkeir Mark Keir
            Votes:
            7 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes