Search code examples
qtqt-designer

How to hide tab order after edit in Qt Designer


Very simple question:

How can I hide the tab order numbers in Qt Designer preview?

I've changed the order without problems but I cant find a way to hide the green numbers. Unchecking Edit > Edit Tab Order does not work.


Solution

  • There are four buttons next to each other on the toolbar which control the editing mode:

    • Edit Widgets
    • Edit Signals/Slots
    • Edit Buddies
    • Edit Tab Order

    So you just need to select one of the others to exit tab-order mode. The normal/default mode is widget mode.