I have a custom QTextEdit widget opened as a QPopup. How can my widget catch mouse clicks outside the widget area so it knows when to hide? I want the same behavior as clicking outside a QMenu or QComboBox popup. It seems like there would be some window flag I can set to do this automatically? I've found grabMouse doesn't quite work, and also sets off alarms from the desktop protection apps.
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
