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

Qt.inputMethod.show() to open OSK also in Windows

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • 4.8.5, 5.2.0 Beta1
    • None
    • Windows

    Description

      Would be great if Qt.inputMethod.show() would open OSK in Windows

      import QtQuick 2.0
      
      Item {
          width: 300; height: 200
          TextInput {
              id: textInput
              focus: true
              anchors { bottom: parent.bottom; horizontalCenter: parent.horizontalCenter; bottomMargin: 20 }
              text: "Click me, I am TextEdit"
              MouseArea {
                  anchors { fill: parent; }
                  onClicked: {
                      Qt.inputMethod.show();
                  }
              }
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            qtcomsupport Qt Support
            Votes:
            7 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes