PDA

View Full Version : How to attach an image to mouse pointer using QT ?



yarram
31st March 2012, 14:32
Hi, I want to attach an image with to mouse pointer, ie., i want see both mouse pointer AND image moving along with the mouse pointer. Please help me. Thanks in advance.....

alainstgt
11th December 2012, 00:18
see QCursor().
You´ll have to design a pixmap representing the cursor and your image, and to select that pixmap as cursor icon. That´s all.