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.)
_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to