I've tried some controls of QT e.g. QLineEdit. I found that they are not giving focus out event even though it should as per standard behavior. Previously I was using wxWidget and in wxWidget has fine controls over focus. In wxWidget if I am clicking out side the text box, text box regularly gives me Kill focus event. But its not here case with Qt.

Can any body tell me if I am doing something wrong?
Basically I want to receive focus lost event whenever I click outside QLineEdit. If its not possible with QLineEdit please let me know if any other control can perform similar...

Thanks,
Chirag.