[!!!核心方法!!!]
使用带参数的replot()函数绘制m_pCustomPlot>replot(QCustomPlot::rpQueuedReplot)
1. replot() 方法
void QCustomPlot::replot(QCustomPlot::RefreshPriority refreshPriority = rpImmediateRefresh)
- replot() 用于重新绘制 QCustomPlot 控件的图像。
- 参数 refreshPriority 控制刷新优先级,可选值:

2. rpQueuedReplot 的作用