It is necessary to output all processes in textedit in qtcreator in Linux. I understand that for this you need to open the file / bin / ps, but knocks an error. no matching function for call to 'QTextEdit :: append (QFile &)' ui-> textEdit-> append (file); ^ How to read the contents of the file?
} QFile file("/bin/ps"); file.isOpen(); ui->textEdit->append(file); }