try showing in normally in the .cpp code .. check is it showing perfectly ..
use this
QPoint value2 (x + 70, y );
QString test = "hai hai";
QToolTip::showText(value2, test);
try showing in normally in the .cpp code .. check is it showing perfectly ..
use this
QPoint value2 (x + 70, y );
QString test = "hai hai";
QToolTip::showText(value2, test);
"Behind every great fortune lies a crime" - Balzac
Bookmarks