Is to possible for QtWebEngineView to process QKeyEvents?
Unsolved
QtWebEngine
-
Hello guys.
Is it possible for QWebEngineView to receive QKeyEvents such that they affect the DOM. JavaScript is not option because I'm try simulate a keypress event (Enter). This is not allowed because it's an untrused action. so I was wondering if I could do it via Qt.Thanks in advance.
-
@michaelbukachi
I would guess so,
but this could be easily verified within 2 minutes by yourself.