1 头文件 2 QTimer m_timer; 3 void SlotTimer(); 4 5 源文件 6 connect(&m_timer, SIGNAL(timeout()), this, SLOT(SlotTimer())); 7 void VideoControl::SlotTimer() 8 { 9 10 }