Hi all,

What I need is to simply run a function or class in a thread, and I'd really like to use
signals and slots to get some results back from the class.

Am I correct in this, or is there a special class construction that will let me use signals and slots with QtConcurrent or QRunnable?

Is it correct that I am limited to QThread if I want to use signals and slots?

Thanks all and sorry anything