I am using the Qt Web Kit 1.0 to open web pages. I have a keyboard available with me, written in qml. I want to use this keyboard to fill in the text into text boxes of the HTML pages.

Say, I opened gmail.com. Now, I want to fill in the user name and password. But when I will click on this text element of the webpage, what event should I handle to bring out my keyboard for user to use it ? And where exactly will I send this text generated from the keyboard, for it to be set into the username field of that page ?

link|improve this question

73% accept rate
I think you need to provide some more details. Are you using the QML WebView Element? (doc.qt.nokia.com/4.7-snapshot/qml-webview.html) Or are you doing the web kit stuff in C++? – sidewinderguy May 15 at 0:16
I have used nothing but Qml to make my browser. Yes, Qml WebView element and other such Qml entities. I am not able to get what event would be generated when I will click in the above described fields on a web page, opened using WebView element. – Amit Tomar May 17 at 9:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.