Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
再会!有 QwtPlot 和 QwtCurve,简而言之,蓝色图形,它是使用库 Qwt 构建的。问题:如何确定在QwtPlot上右击时,图中红色竖线(如图,X坐标取自光标位置)?
我可以画一条线,但我无法确定将哪个信号连接到插槽绘图。我试图将 void QwtPlotPicker:: selected (const QPointF & pos) 绑定到插槽绘制信号,但问题是单击信号时不起作用(在调试中逐步测试)。可能是什么问题?
PS提前谢谢!
您的 QwtPlotPicker 是否使用绘图的画布初始化?QwtPlotPicker 的 selectionFlags 设置是什么?(您应该使用 QwtPicker::ClickSelection)