sxjyx2004
发件人: sxjyx2004
发送时间: 2012-04-09 13:00
收件人: Qt-embedded-interest
主题: [Qt-embedded-interest] A Problem when I cross compile the qt-4.8
Hi everybody,
I have download the latest qt-4.8 version,and wanted to cross compile if for my
ARM board, I have input following:
./configure -embedd
Thank you for your suggestion. I will look at your code and perhaps I can use
it.
Zen
From: Josiah Bryan [mailto:josiahbr...@gmail.com]
Sent: Thursday, April 05, 2012 5:34 PM
To: Szalata, Zenon M.; interest@qt-project.org
Subject: Re: [Interest] Video Player Example
On Thu, Apr 5, 2012 at 7:58
I'm developing with Qt on Mac and I'm using the Qt sdk which is a big
improvement over the old lackluster Qt-mac installer (which didn't support
multiple Qt installs and forced installs to usr/local).
I cannot use the supplied Qt binaries however as they aren't built to my
requirements do I did
On 4/8/12 3:29 PM, Thiago Macieira wrote:
> On domingo, 8 de abril de 2012 13.00.28, Jonas Gehring wrote:
>> Hi Thiago,
>>
>> On 4/8/12 5:16 AM, Thiago Macieira wrote:
QVariant result = ...; // Just received from thread
QMetaMethod method = ...; // Pass the result to this method
On domingo, 8 de abril de 2012 13.00.28, Jonas Gehring wrote:
> Hi Thiago,
>
> On 4/8/12 5:16 AM, Thiago Macieira wrote:
> >> QVariant result = ...; // Just received from thread
> >> QMetaMethod method = ...; // Pass the result to this method
> >> method.invoke(receiver, QGenericArgument
Hi Thiago,
On 4/8/12 5:16 AM, Thiago Macieira wrote:
>> QVariant result = ...; // Just received from thread
>> QMetaMethod method = ...; // Pass the result to this method
>> method.invoke(receiver, QGenericArgument(result.typeName(),
>> result.value()));
>
> You're not supposed to use