Hi guys,

i used the tutorial from this page:
http://www.bogotobogo.com/Qt/Qt5_QTc...ent_Server.php

now i wanted to send data from the gui to the thread by using signals and slots (click on pushButton)

unfortunatly i am getting an error:
Socket notifiers cannot be enabled or disabled from another thread

the socket was defined and started inside of the thread. Can i leave the socket definition inside of the thread ?

Regards