Return on virtual keyboard event
-
Hi,
I am developing a small application on N900. I have a problem with virtual keyboard:
I would like to do something when enter key is pressed inside a QLineEdit and I did so
@connect(ui->LE_search, SIGNAL(returnPressed()), this, SLOT(onPB_search_clicked()) );@this works when I press return on the keyboard but not when I press return on the virtual keyboard.
How to solve this ?thanks in advance
Marco -
Hi marcoB,
I am facing the same issue.
Have you found any solution?Regards,
Meraj -
Hi All,
Have you tried to use the tips "at this article about VKB events in Symbian^3":http://wiki.forum.nokia.com/index.php/Detecting_virtual_keyboard_open_and_close_events_in_Symbian^3 ?
Best regards,
Leon