Re: How do you create a custom QCursor in Python Qt?

2005-12-08 Thread Steegg
Thanks Phil, Good idea, I had failed to notice these code examples and been struggling the "qt3" examples from pyqtsrc.tgz for months. So, I found my mistake, I was using a 8*8 bitmap, I have now corrected it and use a 16*16 bitmap (which is the standard size on Mac OS X) read in from a "PNG" fil

How do you create a custom QCursor in Python Qt?

2005-12-02 Thread Steegg
I am a newcomer to using Python and Qt and the main problem that I have is the dearth of any example code or books describing the use of Python and Qt together. My current problem is that I want to create a custom cursor, from my understanding of it I need to create two "QBitmap"s, one of which wi