I have a set of QLineEdit Widgets in a form and I wish to transfer focus to each of them by using 'return' and 'backspace' keys. I am able to move around the widgets using the 'Tab' key. How could I tailor my code to make use of 'return' to go forward and 'backspace' to go backward instead of the default 'Tab' option? David S.