Re: [Interest] The Proper Way to Mix/Cross-Fade Images

2012-03-21 Thread Till Oliver Knoll
Am 20.03.2012 um 14:17 schrieb Josiah Bryan josiahbr...@gmail.com: - I want to cross-fade two images over a background. (Simple, right?) Well, simple yes - but forget about the background ;) If we are talking about a cross-fade in the /actual/ sense - think video editing and clip

[Interest] Get QIcon from NSImage

2012-03-21 Thread Jason Dictos
Is there a way to get a QIcon from an NSImage? -Jason 'Like' us on Facebook for exclusive content and other resources on all Barracuda Networks solutions. Visit http://barracudanetworks.com/facebook ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Get QIcon from NSImage

2012-03-21 Thread John Weeks
I forgot to send this to the list... On 21-Mar-2012, at 10:11 AM, Jason Dictos wrote: Is there a way to get a QIcon from an NSImage? You can get a QPixmap from a CGImage: QPixmap::fromMacCGImageRef. You can make the icon from the QPixmap using the QIcon constructor that does that. You

Re: [Interest] QWizardPage does not get repainted

2012-03-21 Thread Andrei Korostelev
Adding this code at the end of initializePage() Qtimer::singleShot(10, this, SLOT(repaint())); does the job. I wonder if there a more decent way to do this? Regards, Andrei I have QWizard with 2 pages. I simply want to display a message leaving page 1 when leaving the first page and

[Interest] Processing multiple files in one go with qmake

2012-03-21 Thread Paul Nader
Hi, I'm struggling to have qmake create a mnakefile that will take a bunch of files and process them in one go, rather than one by one. My aim is to take a set of files, run once a single command that takes them all as arguments and that generates all of the c++ sources that should be compiled.

Re: [Interest] Qt5 on mingw fails immediately

2012-03-21 Thread Rohan McGovern
Jason H said: Can anyone tell me how to build Qt on windows [successfully]? Could you try using MSVC instead? - Original Message - From: Jason H scorp...@yahoo.com To: Jason H scorp...@yahoo.com; 1+1=2 dbzhang...@gmail.com; interest@qt-project.org interest@qt-project.org Cc: