Resize QML Screen or any other component. How?
Unsolved
Mobile and Embedded
-
Hello all!
What is the best way for modern Qt application to resize qml component or components when virtual keyboard appeared on screen? I mean - in Qt 5.15
I've been doing it few times through changing qml component height on Qt.inputMethod signals, but it was on Qt 5.10 where was a lot of bugs, especially in Android and 5.12 just copying it from Qt 5.10.