[Qt-interest] Load QWidget in background "thread"

anders.bakken at nokia.com anders.bakken at nokia.com
Tue Jan 12 06:06:33 CET 2010


That's correct (assuming there are no QWidgets/QPixmaps in the OSG).

Anders
________________________________________
From: ext Dominic Stalder [dominic.stalder at bluewin.ch]
Sent: Monday, January 11, 2010 1:01 AM
To: Bakken Anders (Nokia-D-Qt/RedwoodCity)
Cc: qt-interest at trolltech.com
Subject: Re: [Qt-interest] Load QWidget in background "thread"

For precise understandig: I can't pass the initialization of the hole
QWidget to a seperate thread, right? I can "extract" the OSG part and
load this in a thread.

Regards


Am 11.01.10 01:34, schrieb anders.bakken at nokia.com:
> You can loaf pretty much anything that is it a widget or pixmap in a
> thread and then passit back to the GUI thread for use by a widget.
> Just abstract the data out of rhe actual widget.
>
> Regards
>
> --
>
> Anders
>
> On Jan 9, 2010, at 2:23 PM, "ext Dominic Stalder"<dominic.stalder at bluewin.ch
>   >  wrote:
>
>
>> Hi there
>>
>> I know that it is not possible to load a QWidget in a real QThread,
>> but
>> is there another way to load some QWidget in the background. One of
>> our
>> classes with OSG is quite big and it would be nice to load this at
>> startup in background.
>>
>> Thanks a lot and regards
>> Dominic
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-interest
>>
>





More information about the Qt-interest-old mailing list