[Qt-interest] Using GUI to run QThread and Displaying output from QThread onto GUI QTableWidget

Sean Harmer sean.harmer at maps-technology.com
Wed Sep 23 10:19:12 CEST 2009


Please send to the list not to me personally...unless you want to pay me to 
tutor you of course ;-)

On Wednesday 23 Sep 2009 09:03:01 you wrote:
> how to do MultiThreading with Qt,please tell me the basics.

Take a look at the Qt documentation on this:

http://doc.trolltech.com/4.6-snapshot/threads.html

and the recommended reading list contained therein.

Also take a look at the threading examples that ship with the Qt source 
distribution.

Good luck,

Sean

>
> Thanks in advance,
> prem
>
> On 9/20/09, Sean Harmer <sean.harmer at maps-technology.com> wrote:
> > Oops. Copy for the list...
> >
> > Sean Harmer wrote:
> > > Wilson Pok wrote:
> > >> ok i get an rough idea. thanks. but can u provide some examples of
> > >> connecting the signals? sorry I'm very new to QT. just some examples
> > >> how i can connect my thread to link up with my GUI will do. Thanks!
> > >
> > > Check out the Mandelbrot example that ships with the Qt source package.
> > > This uses a worker thread to create a QImage and then passes this to
> > > the GUI for display using a signal/slot connection. This should give
> > > you the basic idea. If you are stuck come back to the list.
> > >
> > > Good luck,
> > >
> > > Sean
> >
> > _______________________________________________
> > 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