Translations:Development/Tutorials/Physical Simulation/33/en

From KDE TechBase

QTimer *timer = new QTimer(this);

   timer->start(100);

} </syntaxhighlight>