Hello,

I found solution for hide cursor:

Qt Code:
  1. qApp->setOverrideCursor( QCursor( Qt::BlankCursor ) );
To copy to clipboard, switch view to plain text mode 

But now I am interesting to hide mouse pointer.
Is it possible??

Best reagards.
John