mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #107] Qt virtual keyboard - QML module #63
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@pauldotknopf commented on GitHub (Mar 4, 2019):
Have you tried it? I'm pretty sure I included it in the bundled native libs.
@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 installedAnd 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@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).
@ed10vi commented on GitHub (Mar 4, 2019):
OK, thank you
@pauldotknopf commented on GitHub (Apr 14, 2019):
The virtual keyboard is now present as of
0.8.0.@ed10vi commented on GitHub (Apr 23, 2019):
@pauldotknopf
I get this error now