[Qt-interest] Basic QThread question - solved
Sean Harmer
sean.harmer at maps-technology.com
Wed May 26 09:20:08 CEST 2010
On Wednesday 26 May 2010 06:54:03 Phil wrote:
> On Wed, 19 May 2010 06:13:13 pm Sean Harmer wrote:
> > If the communication with this device can potentially block, then I would
> >
> > move the classA object into the thread and have all comms performed in
>
> the
>
> > worker thread. After all the DevicePoller class is simply a wrapper
> > around a timer and what I thought was going to be a few simple calls to
> > talk to your device. Just replace or augment the DevicePoller object
> > with something that meets your needs.
>
> No questions this time, just a quick note to say thank you. Apart from some
> minor tidying up, everything works as I hoped it would.
Woo-hoo! Congratulations! I hope this experience hasn't put you off multi-
threading.
Good luck with the rest of your application. Feel free to come back to the
list with any other Qt questions.
All the best,
Sean
More information about the Qt-interest-old
mailing list