Quote Originally Posted by boudie View Post
You made a little mistake.

Change:
out << ui->textEdit->setText();

into:
out << ui->textEdit->text();

The following error appears: class QtextEdit has no member function text() .....