readme
来自「This a framework to test new ideas in tr」· 代码 · 共 28 行
TXT
28 行
QwtPlot is a composite widget consisting of a title label,the canvas, the scales and a legend. Although all components should be exchangable some day, the current design isn磘 ready for it.In this situation event filtering is the mechanism to extend the behaviourof the plot components. event_filter shows 3 examples how to use it:1) CanvasPickerThe CanvasPicker implements a solution, how to move points on the canvaswith mouse and keyboard. 2) ScalePickerThe ScalePicker translates the position of mouse clicks on the scalesand emits them as signals.3) Plot: ColorBar, QSliderThe Plot class shows how to add widgets to the scales. In this examplethere is no filter class. The derived plot widget filters its components.Please note that CanvasPicker and ScalePicker are standalone classesthat could be connected with your QwtPlot as well. Uwe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?