Possible to show the Virtual Keyboard UI but not clickable?
Unsolved
QML and Qt Quick
-
wrote on 23 May 2023, 15:08 last edited by
Hello, I would like to show the virtual keyboard on my application but I would like too to be able to turn off and on its "clickable" functionality. This is, seeing the keyboard UI but without being able to click its keys.
UsingInputPanel
, I tried settingenabled: false
but the keys are slightly transparent, so it's not very user friendly. I also tried setting aTapHandler
orMouseArea
on the main window, but it doesn't seem to work because the virtual keyboard is above all the window.
1/1