Quote Originally Posted by Gopala Krishna View Post
How about
Qt Code:
  1. widget->setCursor(Qt::BlankCursor)
To copy to clipboard, switch view to plain text mode 

EDIT: http://www.qtcentre.org/forum/f-qt-p...dget-7818.html
I have already use this because I am getting the function so I serach it...
setCursor(QCursor(Qt::BlankCursor));
Thanks for ur response.!