Qt、Qwt 中的问题,右键单击 QwtPlot 并获取 X 和 Y 坐标,选择信号

发布于 2024-11-19 04:16:39 字数 337 浏览 3 评论 0原文

再会! 有 QwtPlot 和 QwtCurve,简称蓝色图,它是使用 Qwt 库构建的。 问题:如何确保在QwtPlot上右键单击时,出现如图所示的红色垂直线(如图中,坐标X是从光标位置取的)?

Screenshot

我可以画一条线,但无法确定将哪个信号连接到插槽绘制。 我尝试将信号 void QwtPlotPicker:: selected (const QPointF & pos) 绑定到插槽绘制,但问题是,单击信号时不起作用(在调试中逐步测试)。 问题可能出在什么地方?

PS 提前致谢!

Good day!
There are QwtPlot and QwtCurve, in short, blue graph, which was built using the library Qwt.
Question: how to make sure that when you right-click on QwtPlot, pictured red vertical line (as in the figure, the coordinate X is taken from the cursor position)?

Screenshot

I can draw a line, but I can not determine which signal to connect to a slot draw.
I tried to signal void QwtPlotPicker:: selected (const QPointF & pos) bind to a slot draw, but the problem is that when Clicking the signal does not work (tested step by step in debugging).
In what may be the problem?

P.S. Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

趴在窗边数星星i 2024-11-26 04:16:39

您的 QwtPlotPicker 是否使用绘图的画布进行了初始化? QwtPlotPicker 的 SelectionFlags 设置为多少? (您应该使用 QwtPicker::ClickSelection)

Is your QwtPlotPicker initialized with the canvas of the plot? And what are your selectionFlags set to for the QwtPlotPicker? (You should be using QwtPicker::ClickSelection)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文