PDA

View Full Version : Using a .cur file



winder
9th February 2010, 17:54
Hello all.

i am trying to insert some custom cursors in my app, with the .cur extension. But i'm lost. It seems that there isn't an easy way to do that. Do i miss sth?

can these type of files be declared in a .qrc file, and then what about QCursor class?

Sorry, but i'm new to Qt, and any help would be really appreciated!

thanks in advance

high_flyer
9th February 2010, 18:04
I don't think that Qt supports *.cur files per se.
But I think its quite easy to convert a cur file to png or similar.

winder
9th February 2010, 23:00
well then png is the only way to go. I tried it and works great. Thank u!