Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Created March 20, 2025 14:30
Show Gist options
  • Save esmarr58/a7eded1ec0da7e77e7040668fcc98d56 to your computer and use it in GitHub Desktop.
Save esmarr58/a7eded1ec0da7e77e7040668fcc98d56 to your computer and use it in GitHub Desktop.
QTimer *cronos = new QTimer(this);
cronos->start(1000);
connect(cronos, SIGNAL(timeout()),this, SLOT(loop()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment