gpt4 book ai didi

c++ - QToolTip 显示在错误的坐标中

转载 作者:行者123 更新时间:2023-11-30 02:53:15 26 4
gpt4 key购买 nike

我目前有一个 QCustomPlot,我想在鼠标悬停在组件上时显示一个 QtoolTip。这是我正在使用的。这是我的位置。

void CustomPlot::DisplayPlotValue(QMouseEvent* val)
{
QToolTip::showText(val->pos(), "A tool tip");
}

但是工具提示 a 出现在错误的坐标中(它实际上不符合我的组件的形式)。关于我可能做错了什么的任何建议?

最佳答案

试试这个:

QToolTip::showText(val->globalPos(), "A tool tip");

关于c++ - QToolTip 显示在错误的坐标中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18163788/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com