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

Module "QtQuick.VirtualKeyboard" is not installed on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 5.8.0
    • Quick: Other
    • None
    • Windows 10, Qt 5.8 msvc2015_64

      Having the Qt Quick module for Qt 5.8 installed, it still cannot be used in QML:

      //main.qml
      import QtQuick 2.7
      import QtQuick.VirtualKeyboard 2.0
      
      Window {
        visible: true
        width: 640
        height: 480
        title: qsTr("Hello World")
      
        InputPanel {
          active: true
        }
      }
      
      qrc:/main.qml:3 module "QtQuick.VirtualKeyboard" is not installed
      

      There's a directory C:\Qt\5.8\msvc2015_64\qml\QtQuick\VirtualKeyboard with qmldir and plugins.qmltypes files in it, and a Styles subdirectory, but there's no qquickvirtualkeyboard{,d}.{dll,pdb} files like in the other modules.I don't know whether that's the reason, but at least it seems odd.

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

            mitch_curtis Mitch Curtis
            VersalEszett Julius Bullinger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes