PDA

View Full Version : how to set Cursor with ms excel cursor like style?



xiongxiongchuan
9th August 2010, 22:22
how to set Cursor with ms excel cursor style?

Lykurg
9th August 2010, 23:05
The cursor theme is part of the os. But you can set an individual pointer my using
QCursor::QCursor ( const QPixmap & pixmap, int hotX = -1, int hotY = -1 )and give your cursor pixmap.

xiongxiongchuan
10th August 2010, 03:37
thank you :o:o:o