refactor: 去掉多余的显示点数控件,来一个点画一个点,自动滚动
- 移除SpinBox和onDisplayPointsChanged - 内部滚动窗口固定3000个点,数据无限追加 - 收到UDP包立即刷新绘图
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
PlotWidget::PlotWidget(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
, m_totalPoints(0)
|
||||
, m_displayPoints(500)
|
||||
, m_displayPoints(3000)
|
||||
, m_yMin(0)
|
||||
, m_yMax(65535)
|
||||
, m_autoYRange(true)
|
||||
|
||||
Reference in New Issue
Block a user