If you're building a QtQuick 2.0 app, what is the procedure for specifying that the soft-keyboard should be selectable/expandable at the bottom of the screen?
If you're building a QtQuick 2.0 app, what is the procedure for specifying that the soft-keyboard should be selectable/expandable at the bottom of the screen?
Here is some un-styled sample code that just gets the keyboard on-screen. The docs indicate that you need to have a text-entry selected for this to work, so if you have a custom widget, you may have to sub-class text-entry or set up a particular slot/signal.