I have the following behavior.
I overload focusOutEvent()
handler for my widget class. But the handler is called not only, when the widget losses focus, but either on clicking on it. Just like it would be losing focus and then regaining it.
Question one: Is it a bug?
Question two: If not, is there a reasonable way to handling focus losing? -- Slotting all focusChange()
signals does not look attractive.
I'm using Qt5.1