Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Qt Creator 中使用 QCustomPlot。我没有为我的小部件或任何东西指定任何工具提示。当我在绘图上按住光标不动时,会出现一个类似工具提示的空东西。我想知道如何关闭它。我很感激在这件事上的任何暗示。
感谢大家的帮助,在 MainWindow.ui 文件中我不得不删除这部分代码(它是自动生成的):
<property name="toolTip"> <string><html><head/><body><p><br/></p></body></html></string> </property>