Hi,

The first thing that comes to mind is that you are blocking the event loop with your for loop in move. You should rather use a QTimer to trigger the move a regular interval.

On a side note, you are leaking your view in main.