[PyKDE] Using Return Key to move between QLineEdit widgets

David Sathiaraj davids at srcc.lsu.edu
Wed Jun 11 23:00:01 BST 2003


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.





More information about the PyQt mailing list