The graphical user interface window created in PySide runs normally following the normal program flow. The program's true python script runs on a Thread in parallel. But this thread script needs to send the logs to the QPlainTextEdit of the graphical user interface created in PySide. However, it does not accept receiving commands from threads, which causes the window to crash. Would you like to know how to make this communication simple?