摘要:
1.创建QTimer类对象#------------.h----------# QTimer *m_Timer; //定时器对象 #-------------.cpp-------# m_Timer = new QTimer(this); connect(m_Timer,&QTimer::timeout, [=]() ... 阅读全文
posted @ 2019-01-24 14:15 yacbo 阅读(384) 评论(0) 推荐(0)
posted @ 2019-01-24 14:15 yacbo 阅读(384) 评论(0) 推荐(0)