Hi All,<br><br>Since QVTKInteractor cannot control the event loop, how do I start a second window after the click of a button and make this new window to have its own event loop?<br><br>When the button is clicked, this action is performed:<br>
<br>&nbsp; MyWidget* widget = new &nbsp; MyWidget();<br>&nbsp; widget-&gt;show();<br><br>The new window appears, but to make the interactor to work, there should be a command like:<br><br>&nbsp; qApp-&gt;exec();<br><br>but QT does not allow me to start a new GUI event loop.<br>
<br>Does anybody can help me?<br><br>Thanks,<br>Luis<br>