<div dir="ltr"><div class="gmail_extra">It looks like using bordeaux-threads is the *only* option that works for me :(<br><br>I use bordeaux-threads: make-thread to make a thread, download the picture in that thread, and after it's downloaded, emit a signal. I think the slot function is still executed in the main thread, not the new thread created by bordeaux-threads:make-thread, am I right? At least I didn't observe anything suspicious. Correct me if this is not a recommended way.<br>
<br><div class="gmail_quote">On Tue, Sep 24, 2013 at 6:37 PM, Rujia Liu <span dir="ltr"><<a href="mailto:rujia.liu@gmail.com" target="_blank">rujia.liu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div>Hi!<br><br></div>In my application, I need to download a big picture, when it is done, open a complex widget to show the picture (moving/zooming etc). I have options like threads in CL, QThread, QtConcurrent. What is the recommended way? Or maybe some of them just don't work?<span class=""><font color="#888888"><br>

<br></font></span></div><span class=""><font color="#888888">- Rujia<br><br></font></span></div>
</blockquote></div><br></div></div>