View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#682
Originally Posted by wook_sf View Post
seems like QT input widget is only proper solution :S
there's dev's around globe who might help you, i hope...i am just not right guy for QT :S damn
i can test though...
i hope you will get that device as soon as possible
It turns out that triggering the virtual keyboard is a bit harder than I thought.

I implemented a simple app with a textfield (subclassing QLineEdit), but even after posting QEvent::RequestSoftwareInputPanel events and faking mouse press/release events, I cannot get the virtual keyboard to automatically pop up. The user still has to tap the widget, so I cannot hide it by putting it somewhere off the screen.

WinCE and Android had proper APIs to handle the keyboard. With Maemo, it seems I have to reimplement my own keyboard.

Davy