默认每到100ms都触发,如果设置QTimer timer;timer.setSingleShot(true);那么这个timer开始计时后只触发一次
每次触发timeout的时间间隔,等同于 setInterval()