You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried searching for winEvent and winEventFilter in the qtbindings source, but could not find anything. Are these methods missing or how to access them through Ruby?
The text was updated successfully, but these errors were encountered:
Does anyone know if
QWidget::winEvent()
orQApplication::winEventFilter()
is somehow available on qtbindings?I would like to do my own event processing in order to capture
WM_COPYDATA
for some simpe Windows IPC. I found some sample code for Qt C++ here:https://stackoverflow.com/questions/1755196/receive-wm-copydata-messages-in-a-qt-app
I tried searching for
winEvent
andwinEventFilter
in the qtbindings source, but could not find anything. Are these methods missing or how to access them through Ruby?The text was updated successfully, but these errors were encountered: