c++ - Tooltip-like squares on a QCustomPlot widget -
i using qcustomplot in qt creator. haven't specified tooltips widget or anything. when hold down cursor on plot without moving, empty tooltip-like thing appears. wondering how turn off. appreciate hint in matter.
thanks guys, in mainwindow.ui file had remove part of code (it auto generated):
<property name="tooltip"> <string><html><head/><body><p><br/></p></body></html></string> </property>
Comments
Post a Comment