[GH-ISSUE #107] Qt virtual keyboard - QML module #63

Closed
opened 2026-05-05 11:03:06 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @ed10vi on GitHub (Mar 4, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/107

Would it be possible to include this module?

Originally created by @ed10vi on GitHub (Mar 4, 2019). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/107 Would it be possible to include this module?
Author
Owner

@pauldotknopf commented on GitHub (Mar 4, 2019):

Have you tried it? I'm pretty sure I included it in the bundled native libs.

<!-- gh-comment-id:469254238 --> @pauldotknopf commented on GitHub (Mar 4, 2019): Have you tried it? I'm pretty sure I included it in the bundled native libs.
Author
Owner

@ed10vi commented on GitHub (Mar 4, 2019):

I did.
This is the output:
QQmlApplicationEngine failed to load component file:///home/edv/Dev/qtq-tst/Main.qml:3 module "QtQuick.VirtualKeyboard" is not installed

And this is the content in native/qml
~/.nuget/packages/qml.net.linuxbinaries/0.7.0/runtimes/linux-x64/native/qml$ ls builtins.qmltypes QtCanvas3D QtMultimedia QtQuick QtSensors QtWebSockets Qt QtGamepad QtNfc QtQuick.2 QtTest QtWebView Qt3D QtGraphicalEffects QtPositioning QtRemoteObjects QtWayland QtBluetooth QtLocation QtQml QtScxml QtWebChannel

<!-- gh-comment-id:469261355 --> @ed10vi commented on GitHub (Mar 4, 2019): I did. This is the output: `QQmlApplicationEngine failed to load component file:///home/edv/Dev/qtq-tst/Main.qml:3 module "QtQuick.VirtualKeyboard" is not installed` And this is the content in native/qml `~/.nuget/packages/qml.net.linuxbinaries/0.7.0/runtimes/linux-x64/native/qml$ ls builtins.qmltypes QtCanvas3D QtMultimedia QtQuick QtSensors QtWebSockets Qt QtGamepad QtNfc QtQuick.2 QtTest QtWebView Qt3D QtGraphicalEffects QtPositioning QtRemoteObjects QtWayland QtBluetooth QtLocation QtQml QtScxml QtWebChannel`
Author
Owner

@pauldotknopf commented on GitHub (Mar 4, 2019):

Ah, I see. I will make sure it is in the next release.

For now, you can build the native libs yourself against your own Qt installation (with VirtualKeyboard installed).

<!-- gh-comment-id:469263853 --> @pauldotknopf commented on GitHub (Mar 4, 2019): Ah, I see. I will make sure it is in the next release. For now, you can build the native libs yourself against your own Qt installation (with VirtualKeyboard installed).
Author
Owner

@ed10vi commented on GitHub (Mar 4, 2019):

OK, thank you

<!-- gh-comment-id:469264361 --> @ed10vi commented on GitHub (Mar 4, 2019): OK, thank you
Author
Owner

@pauldotknopf commented on GitHub (Apr 14, 2019):

The virtual keyboard is now present as of 0.8.0.

<!-- gh-comment-id:482902287 --> @pauldotknopf commented on GitHub (Apr 14, 2019): The virtual keyboard is now present as of ```0.8.0```.
Author
Owner

@ed10vi commented on GitHub (Apr 23, 2019):

@pauldotknopf
I get this error now

QQmlApplicationEngine failed to load component
file:///home/ed10vi/dev/qmlnet-vk/Main-vk.qml:15 Type InputPanel unavailable
qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:125 Type Keyboard unavailable
qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:36 module "QtQuick.VirtualKeyboard.Plugins" is not installed
<!-- gh-comment-id:485914893 --> @ed10vi commented on GitHub (Apr 23, 2019): @pauldotknopf I get this error now ``` QQmlApplicationEngine failed to load component file:///home/ed10vi/dev/qmlnet-vk/Main-vk.qml:15 Type InputPanel unavailable qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:125 Type Keyboard unavailable qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:36 module "QtQuick.VirtualKeyboard.Plugins" is not installed ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#63
No description provided.