I have designed a window with a QLineEdit
in PyQt4 with the help of Designer. I converted .ui
to .py
using pyuic4
. I created another .py
file and imported and subclassed Ui_Class
.
I want to perform some task when QLineEdit
lost focus.
Just line button clicked event i to connect QLineEdit
Lost focus event