摘要: 延迟给自己发信号执行操作 //延迟4500毫秒, 改变Status的值. QTimer::singleShot(4500, this, [&](){ this->Status = 0; }); 条件编译 #define 定义宏 #undef 取消宏 #if 编译预处理中的条件命令(可用来注释代码(# 阅读全文
posted @ 2019-09-16 11:22 技术不支持 阅读(350) 评论(0) 推荐(0) 编辑