-
Using a .cur file
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
-
Re: Using a .cur file
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.
-
Re: Using a .cur file
well then png is the only way to go. I tried it and works great. Thank u!