[Qt-interest] QThread() examples

Tony Rietwyk tony.rietwyk at rightsoft.com.au
Fri Dec 19 00:52:38 CET 2008


 

-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of chandrasekar wagmare
Sent: Thursday, 18 December 2008 21:07
To: qt-interest at trolltech.com
Subject: [Qt-interest] QThread() examples


hi friends,
                    can any body please send some good examples in QThread
rather than using it in socket network programming 
 as i need something like changing pixmap for label, displaying pop up
dialogs  by running parallel threads in same process 
      please send some i want to learn ...... 


-- 
CHANDRU
 

 
Hi Chandru, 
 
Windows OS allows windows in any thread, but Qt doesn't support this. You
can only display windows in the main thread. 
 
For an example of manipulating images in background, see the Qt Mandelbrot
example. 
 
Hope that helps, 
 
Tony Rietwyk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081219/1b87cf37/attachment.html 


More information about the Qt-interest-old mailing list