I wonder how to move the cursor between PyQt5 widgets

Viewed 21

I want to move the cursor like the two images below. The widget at the top is qlineEdit, and the widget at the bottom is qtextEdit.

enter image description here enter image description here

1 Answers

Design your gui with the qt designer and there set the tap order according to your needs.

Related