Changing Tab Sequence in PyQT Designer for UI
Solved
Qt for Python
-
wrote on 12 Aug 2019, 18:39 last edited by
Text box line edit tab sequence.
Is there a way in PyQT Designer to change the tab sequence of my text boxes. So when I press tab the cursor will go to the next one that it needs to go to? I did not see anything in the properties of the linedit object.
-
wrote on 13 Aug 2019, 02:20 last edited by
i found it. Edit Tab order under the Edit menu. i figured it would have been on each widget. learned something new..
1/2