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.

enter image description here

thanks guys, in mainwindow.ui file had remove part of code (it auto generated):

<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> 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -