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

QDoubleSpinbox behaviour with Russian locale and values > 999.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.6.1
    • 4.6.0
    • Core: Locales (i18n)
    • None
    • Windows XP Pro Rus SP2, MSVC 2008
    • c5eea852c73bab203541a08757be2c3cf9a18c1c

    Description

      QDoubleSpinBox don't show the decimal separator (',') for russian locale.

      Example :
      QSpinBox SpinBox;
      SpinBox.setLocale(QLocale(QLocale::Russian, QLocale::RussianFederation));
      SpinBox.setValue(1001.5);

      This example shows '1 0015' and not '1 000,5' as it should.

      Attachments

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

        Activity

          People

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            okos Oleg S Kosyankov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes