readme

来自「This a framework to test new ideas in tr」· 代码 · 共 21 行

TXT
21
字号
1) Incremental plotsIncrementalPlot shows an example how to implement a plot thatdisplays growing data. The example produces random data when you push the start button.With 'Timer' you can adjust the intervall between thethe generation of the points, with 'Points' you can set the numberof points to be generated.2) Stacked Zooming with scrollbarsScrollZoomer adds scrollbars for zooming. There are a couple ofreasons why the implementation is a hack and therefore the classis not part of the Qwt lib, but it should be working with alltypes of QwtPlots. Who likes to use it can copy the code ofscrollbar.[h|cpp] and scrollzoomer.[h|cpp] to his application.Uwe

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?