I want to do something to an QLineEdit when the user clicks on it. It looks like I need to capture the QLineEdit::focusInEvent(). I do NOT want to have to spin my own, is there some way to capture the event in the container dialog?