PDA

View Full Version : setcursor problem



dreamer
17th May 2008, 16:25
I have this problem.
When i use my qt program, with the library(qt3.3.7) downloaded from ubuntu repository, i can change the cursor item calling item->setcursor(Qt::SizeVerCursor)...and i can see it when i execute the program.

When i compile my source using the latest 4.4 library, the cursor doesn't change its shape(perhaps the cursor change, but i still see the Qt::ArrowCursor...)

What do you think about?

dreamer
17th May 2008, 16:58
resolved sending the "mousemoveEvent" event to my custom's QGraphicsScene parent........