I want to validate QPlainTextEdit text whenever user clicks on somewhere else in the GUI e.g., toolbar or menubar. QFocusOutEvent is not helpful because lets say I click on toolbar button then first the slot connected to toolbar button is activated and then QFocusOutEvent is triggered. How do I make sure I get it first so I can validate and then proceed with toolbar action.
Adeel.


Reply With Quote


Bookmarks