Guest User

Untitled

a guest
Jan 12th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def focusOutEvent(self,event):
  2. print("Losing focus now")
  3. self.model.submitAll()
  4. print(self.model.lastError().text())
Add Comment
Please, Sign In to add comment