Return/Enter doesn't influence focus unless it is programmed to do so. Tab is the key for changing focus. By the way, using editingFinished() is probably not the proper way of doing what you want. "returnPressed()" would be a much better choice to react on the return key by losing focus. Of course editingFinished() is a good place to react on changes to the text of the edit.
Bookmarks