does qtcpsocket run on a different thread than gui. if so; does a function that i connect to readyread, run on a different thread?
does qtcpsocket run on a different thread than gui. if so; does a function that i connect to readyread, run on a different thread?
no.
(It may use threads internally, but slots are executed in your thread.)
Bookmarks