2021年8月20日

摘要: //计算帧数 // static double lastFpsKey; // static int frameCount; // ++frameCount; // if (key-lastFpsKey > 2) //每2秒求一次平均值 // { // //状态栏显示帧数和数据总数 // ui->st 阅读全文
posted @ 2021-08-20 10:32 哆啦E梦 阅读(834) 评论(0) 推荐(0) 编辑
 
摘要: /***********************添加一条线并设置为蓝色,线的区域用半透明蓝色填充****************************/ customPlot->addGraph(); customPlot->graph(0)->setPen(QPen(QColor(40, 110 阅读全文
posted @ 2021-08-20 09:24 哆啦E梦 阅读(235) 评论(0) 推荐(0) 编辑