Thanks for confirmation.
I investigate, and i understand all QObject have an affinity with a QThread and not the interfaced thread( that I believed), ans if you do
you can't call start() by signal/slot system to start a thread because the QThread eventloop don't run.Qt Code:
thread.moveToThread(&thread);To copy to clipboard, switch view to plain text mode
is right?
Bookmarks