Hi everybody,

I'd like to know the tread ID based on a given QThread object. Is there any way to get it?

Note: The given QThread object doesn't correspond with the actual thread; thus CurrentThreadId() would not work.

Thanks