I have a QLineEdit on a Widget. when the QLineEdit lost focus, I want to ensure the content of QLineEdit is not null . If it is null, it prompts "you should input something" and then renturns the focus to QLineEdit. How ?
thanks!