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> MyWidget* widget = new MyWidget();<br> widget->show();<br><br>The new window appears, but to make the interactor to work, there should be a command like:<br><br> qApp->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>