在mousePressEvent里面我做
QToolTip::showText(evt->globalPos(), "Test", this, rect(), 1000);
但是释放鼠标按钮后工具提示消失了。如果我不释放它,工具提示会在 1000 毫秒后消失。
在mousePressEvent里面我做
QToolTip::showText(evt->globalPos(), "Test", this, rect(), 1000);
但是释放鼠标按钮后工具提示消失了。如果我不释放它,工具提示会在 1000 毫秒后消失。