PDA

View Full Version : Text/line edit in QWebView



Esperto
14th December 2011, 14:21
Hi,
I have application with QWebView widget. This application id designed for target with Ubuntu and touchscreen. So the problem is to detect, that user clicked any line edit control on web-page, to show screen keyboard. Can anyone help me?

Spitfire
15th December 2011, 10:41
Take a look here:
http://stackoverflow.com/questions/7270101/receiving-form-information-from-qwebview

That should answer your question.