I am using QCustomPlot in Qt Creator. I haven't specified any tooltips for my widget or anything. When I hold down my cursor on the plot without moving, an empty tooltip-like thing appears. I am wondering how to turn this off. I appreciate any hint in this matter.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Thanks for help guys, in the MainWindow.ui file I had to remove this part of code (it was auto generated):
<property name="toolTip">
<string><html><head/><body><p><br/></p></body></html></string>
</property>