I've been searching everywhere for an answer, but I couldn't find any.
My problem is as follows.
I have a user interface created with Qt Creator and there are a few line edit components in it. I would expect the arrow buttons to work as native Maemo applications, namely that it would change the focus, but I can't seem to get the same result. The arrow buttons do nothing but navigate the cursor in the line edit field. Up and down do nothing at all and I would expect that that would cause a focus change to the next or previous line edit component.
So there is no other solution than to handle the events myself? I would've thought it was OS functionality.
On the desktop computer the up/down between input fields is usually handled by using tab. I think the term that applies to this type of thing is called "accelerators". I actually am not sure how tab functionality is handled on maemo