摘要: 基本使用方式: 多次定时器 QTimer *timer = new QTimer(this); //timer->setInterval(1000);//设置间隔时间 connect(timer, SIGNAL(timeout()), this, SLOT(update())); timer->st 阅读全文
posted @ 2024-11-29 17:14 [BORUTO] 阅读(1141) 评论(0) 推荐(0)
摘要: 。。。 阅读全文
posted @ 2024-11-29 09:49 [BORUTO] 阅读(60) 评论(0) 推荐(0)