Hi,

I have a QTabWidget placed on a dialog with
several other controls. It has been requested
that the QTabWidget not show the blue focus rectangle
when it's border is clicked.

I have set the focus policy to setFocusPolicy(Qt::NoFocus)
but that has no effect.

How can I accomplish this and why does the setFocusPolicy()
not accomplish this?

Many Thanks!