Hello wysota,

i have implemented QWidget::focusOutEvent()
But it is not exactly what i want. I have also set the focus policy as clickFocus but still the same .

Actually i am searching something through which i got event even if i click outside of tree widget.
QWidget::focusOutEvent() gives me event when it lost focus. that means when i click on any other widget.
Any idea about get event when click outside the tree widget.?