摘要: QTimer常用的几种写法: 1、SingleShot:只发送一次timeout信号 QTimer *timer = new QTimer(this); timer->setSingleShot(true); connect(timer, SIGNAL(timeout()), this, SLOT( 阅读全文
posted @ 2020-04-26 20:35 世纪强风 阅读(1115) 评论(0) 推荐(0) 编辑