Hi I'm trying to implement a method to set the focus where I would.
I have a widget containing many widgets and when I press TAB the focus is lost. I set to Qt::NoFocus to every child of my widget.
So I don't know where the focus goes when I press tab.
How can I check it?

Many thanx