PDA

View Full Version : Capturing mouse cursor?



thru
2nd June 2010, 08:30
Anyone knows if there's some trick to capture one of the standard cursors as a bitmap or pixmap? The QCursor methods only work for own-created cursors (I need to make a slight variation of the arrow cursor, in the worst case I will have to create it myself but it would be more coherent if I could just capture the image, alter it and create a new cursor)

Thanks!