Qt4:タイマーを使う


Qt4:百の定石


  • ex. 5分ごとに仕事をする。
    timer = new QTimer( this );
    connect( timer, SIGNAL(timeout()), this, SLOT(timerDo()) );
    timer->start(300000); //Every 5 Minutes

最新の20件

2020-12-25 2007-03-14 2006-10-30 2006-11-09 2007-03-14 2006-11-09 2006-11-10 2006-11-09 2008-05-20 2007-11-07 2007-11-01

今日の20件

  • counter: 332
  • today: 1
  • yesterday: 1
  • online: 1