[PySide] Can the developers add support for setEventFilter?

Pat Flegit pflegit at gmail.com
Fri Oct 10 16:35:59 CEST 2014


PySide currently does not include
QAbstractEventDispatcher.setEventFilter(), which makes catching certain
events like WM_HOTKEY impossible. (A regular eventFilter or winEventFilter
do not work for this.) Is it possible to add support for
QAbstractEventDispatcher.setEventFilter()? PyQt has it. This would enable
code like this:
http://www.riverbankcomputing.com/pipermail/pyqt/2011-March/029449.html ,
which uses

QAbstractEventDispatcher.instance().setEventFilter(myEventFilter)

(Ironically, the post I linked to is what caused PyQt to add support for
setEventFilter.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20141010/570e0d1d/attachment.html>


More information about the PySide mailing list