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
> To: Jason H ; 1+1=2 ;
> "interest@qt-project.org"
> Cc:
> Sent: Monday, March 19, 2012 4:38 PM
> Subject: Re: [Interest] Qt5 on m
I solved this by using the compiler.combine and compiler.target_predeps...
On Wed, Mar 21, 2012 at 9:23 PM, Paul Nader wrote:
> 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 se
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.
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 "en
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 wil
Hi,
Convert the NSImage to a QPixmap and then make the QIcon from the pixmap
Hope it helps
Samuel
On 21 mars 2012, at 18:11, Jason Dictos wrote:
> 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
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
h
Can anyone tell me how to build Qt on windows [successfully]?
- Original Message -
From: Jason H
To: Jason H ; 1+1=2 ;
"interest@qt-project.org"
Cc:
Sent: Monday, March 19, 2012 4:38 PM
Subject: Re: [Interest] Qt5 on mingw fails immediately
I'm being flooded with "without dllimport
Am 20.03.2012 um 14:17 schrieb Josiah Bryan :
> - 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 transitions" - that is, th