hi,
In a Nokia N8 is a form with 4 QLineEdit that accept each part of a code like this :
if my code is 1acode - 2bcode - 3ccode - 4dcode
QLine1 : 1acode
QLine2 : 2bcode
QLine3 : 3ccode
QLine4 : 4dcode
the problem is that the edition windows from the phone appears when finger clickin in the line edit. I don't know how to manage it to
go automatically to the next QLine when I entered all my code part.
For example with QLine1 when I finished to enter "1acode" the QLine2 get the focus to let me enter the 2nd part "2bcode", etc



