How to change Virtual Keyboard Size in disable-desktop integration method
Unsolved
QML and Qt Quick
-
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. -
@amirumani did u get any solution? I'm looking for the same