Hi,<br><br>I have an application with a main &quot;2D View&quot; based upon a QVTKWidget and I would like to handle keyboard events to control the interaction.<br>My problem is that I must click over this QVTKWidget to be aware of the keyboard events, because until you click, you don&#39;t have keyboard focus.
<br>To avoid this &quot;first-click-to-get-keyboard-focus&quot;, I tried to call QVTKWidget-&gt;setFocus() (inherited from QWidget), which seems to be the trivial solution, but It does nothing and I have to click the QVTKWidget still to get the focus. I also tried invoking some vtk events, like *ButtonPressEvent, but with no succeess.
<br><br>Maybe I&#39;m missing something or I&#39;m trying to do something impossible, I don&#39;t know, but it would be nice if someone can give me some hint to find out what I&#39;m doing wrong. <br><br>So, how can I get the focus automatically?
<br><br>Thanks in advance!<br>