I have a widget “Edit Tool” which has many elements. One of it`s elements is custom widget “CustomSelector”. “CustomSelector” has several child widgets which are dynamically generated.
My issue is with wrong tab order. Even if I put correct tabOrder in UI – it does not work and tab goes to “CustomSelector” child elements only after it went through all other widgets.
If anyone can help – I would like to know how to set tab order for “CustomSelector” child widgets properly. Preferably without hardcoding tab order widget names
I tried setting tab order in Qt ui. I also tried using QWidget::setFocusProxy() expecting that when tab order comes to “CustomSelector” widget – it will go automatically to it`s children. It does not work though.
Сергей Генин is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.