i have a for that prints some output in a QListWidget. There are many iterations and each iteration takes a while... The problem is that QListWidget prints data at the end of the iteration. The question is if i can avoid QThread ...