2

我在 Qt Creator 中使用 QCustomPlot。我没有为我的小部件或任何东西指定任何工具提示。当我在绘图上按住光标不动时,会出现一个类似工具提示的空东西。我想知道如何关闭它。我很感激在这件事上的任何暗示。

在此处输入图像描述

4

1 回答 1

1

感谢大家的帮助,在 MainWindow.ui 文件中我不得不删除这部分代码(它是自动生成的):

<property name="toolTip">
   <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
于 2015-05-05T07:11:25.247 回答