标签: c++ qt qt5.5 qevent qmouseevent
在mousePressEvent中我做
QToolTip::showText(evt->globalPos(), "Test", this, rect(), 1000);
但释放鼠标按钮后工具提示消失了。 如果我不发布它,工具提示会在1000毫秒之后消失。