PDA

View Full Version : QWidget (Qt::Popup), Signal when close or lost focus



Tondog
23rd April 2010, 09:05
I've a QWidget with the flag Qt::Popup. I need a Signal when the QWidget loose the focus or when I close the QWidget.

Thanks for help

Lykurg
23rd April 2010, 09:17
QWidget::focusOutEvent() and QWidget::closeEvent().