How to change Virtual Keyboard Size in disable-desktop integration method
-
wrote on 11 Jan 2017, 13:04 last edited by
I am using 17 inch touch screen monitor and CentOS 7.
I am trying to use qt virtual keyboard with integration method disable-desktop.
When Application gets focus qt virtual keyboard is getting visible. But size of keyboard is too large. How to reduce size of keyboard. Keyboard is getting size from desktop width. but I need specific size.
I have tried Qt.inputMethod.keyboardrectangle but its read only property in qml. -
I am using 17 inch touch screen monitor and CentOS 7.
I am trying to use qt virtual keyboard with integration method disable-desktop.
When Application gets focus qt virtual keyboard is getting visible. But size of keyboard is too large. How to reduce size of keyboard. Keyboard is getting size from desktop width. but I need specific size.
I have tried Qt.inputMethod.keyboardrectangle but its read only property in qml.wrote on 13 Mar 2017, 10:11 last edited by@amirumani did u get any solution? I'm looking for the same