摘要:
//计算帧数 // static double lastFpsKey; // static int frameCount; // ++frameCount; // if (key-lastFpsKey > 2) //每2秒求一次平均值 // { // //状态栏显示帧数和数据总数 // ui->st 阅读全文
2021年8月20日
摘要:
/***********************添加一条线并设置为蓝色,线的区域用半透明蓝色填充****************************/ customPlot->addGraph(); customPlot->graph(0)->setPen(QPen(QColor(40, 110 阅读全文