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

Incorrect decimal point for German keyboard

    XMLWordPrintable

Details

    • 16bf7f499 (dev), 9f5780440 (6.8), 3a5df8bd2 (tqtc/lts-6.5)

    Description

      The decimal point in German digit keyboard is currently period '.' instead of comma ',' 

      Snippet to reproduce the issue:

      Window {
          id: window
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")    
      
          TextField {
              anchors.horizontalCenter: parent.horizontalCenter
              inputMethodHints: Qt.ImhDigitsOnly
          }    
          InputPanel {
              id: inputPanel
              z: 99
              x: 0
              y: window.height - height
              width: window.width
              visible: Qt.inputMethod.visible
          }
      }
       

       

       

      Attachments

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

        Activity

          People

            nikokorkala Niko Korkala
            kitruong Kinh Truong
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes