PDA

View Full Version : QWidget question



MarkoSan
24th March 2008, 05:29
Hi to all!

Which signal is emitted, when QWidget (QTextEdit or QLineEdit or other text input classes) loses focus, because of Tab key press or mouse selecting other input widget? I've been reading the docs, but I did not find it...

merlvingian
24th March 2008, 05:33
It is an event not a signal.

QWidget::focusOutEvent ( QFocusEvent * event )