Virtual keyboard, not fullscreen
Mobile and Embedded
4
Posts
3
Posters
3.4k
Views
1
Watching
-
-
Unfortunately no.
It's managed by the operating system.Take a look at this, maybe it'll help: "virtual keyboard":http://qt-apps.org/content/show.php/VirtualKeyboard?content=107388
Don't know how it'll look on mobile platform.
-
Hey Strahlex!
I was just facing the same question and could not find anything but this thread on google.
So sorry for reviving this old thread, but there is a solution and maybe it'll help someone who googles it just like me.
Just set the ApplicationAttribute AA_S60DisablePartialScreenInputMode to false:@QApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);@
...that's all. Took some grepping through the qt sources for me to find that out :/
Cheers!