<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Hello,</div><div><br></div><div>I have an application with QT widgets and a QVTKWidget.<br></div><div>When I click on the QT widgets (focus one them) and then when I press a keyboard key in order to make a specific action on my QTVTKWidget, the pressed key is not detected by vtk.</div><div><br></div>I have tried the setFocusPolicy with Qt::StrongFocus ont the QVTKWidget instance but with no success. I have also tried the activateWindow on the QVTKWidget instance when keyPressEvent is call on the QMainWindow.<div><br></div><div>What should I do in order to detect the keyboard press event in vtk when I have no focus on my QVTKWidget ?</div><div><br></div><div>Thank you.<br></div><div><br></div></div></body></html>