Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-05 Thread Colin Dean
On 11/03/2012 04:10 AM, Andreas Pakulat wrote: > Hi, > > On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean wrote: >> When I compile against Qt 5.0.0-beta2, it errors at the line marked above. >> Looking through the Qt5 documentation, it appears that >> QPixmap::toMacCGImageRef() no longer exists. I look

Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-05 Thread Joseph Crowell
On 11/3/2012 6:10 PM, Andreas Pakulat wrote: > Hi, > > On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean wrote: >> When I compile against Qt 5.0.0-beta2, it errors at the line marked above. >> Looking through the Qt5 documentation, it appears that >> QPixmap::toMacCGImageRef() no longer exists. I looked

Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-03 Thread Andreas Pakulat
Hi, On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean wrote: > When I compile against Qt 5.0.0-beta2, it errors at the line marked above. > Looking through the Qt5 documentation, it appears that > QPixmap::toMacCGImageRef() no longer exists. I looked through the > documentation and verified its presence

[Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-02 Thread Colin Dean
Hello, I'm quite new to Qt development and my C++ and Obj-C skills are both long-time neophyte. Perfect conditions for learning, eh? I'm trying to upgrade a project from Qt 4.x to 5.x. I've worked through some of the issues here and there, but I'm finding one that I can't seem to shake. I have