Hi all,<br><br>Is it possible to stop the simulation and then continue it?<br><br>I have used this code: model()->clock()->setSpeed(0); to stop simulation and then I have use this another code to continue: model()->clock()->setSpeed(1000); <br>
<br>I call this code by QPushButton's slots monitoring the clicked() SIGNAL.<br><br>But the Earth appears in other position like if the simulation hadn't stopped.<br><br>What is the correct way to do it?<br><br>Regards.<br>