Hello, I'm having difficulties with appending text to an textEdit whilng in a QThread,

basically, I just call Bla.start() and in Bla::run() { ui->gui.textEdit->append("Test");


When I run the program, it crashes instant, do anyone have any idea why?


Thanks in advance.

Kokos.