Hi all,<div><br></div><div>In my application, GraphicsWidget derives from QVTKWidget and is added to the main window.  </div><div><br></div><div>First problem, I can rotate, pan and zoom the camera, but GraphicsWidget does not respond to any key press, such as &#39;e&#39; to exit application, or &#39;r&#39; to reset camera. Why is that?</div>
<div><br></div><div>Second problem, I want to change the interactor style of GraphicsWidget, so in GraphicsWidget.__init__, I did:</div><div>                          self.GetRenderWindow().GetInteractor().SetInteractorStyle()</div>
<div>However, I got  &#39;<span class="Apple-style-span" style="color: rgb(255, 18, 19); font-family: Monaco; font-size: 11px; ">AttributeError: SetInteractorStyle&#39;</span></div><div><span class="Apple-style-span" style="color: rgb(255, 18, 19); font-family: Monaco; font-size: 11px; "><br>
</span></div><div><span class="Apple-style-span" style="color: rgb(255, 18, 19); font-family: Monaco; font-size: 11px; "><br></span></div><div><font class="Apple-style-span" face="Monaco"><span class="Apple-style-span" style="font-size: 11px;">Yifei</span></font></div>