Use QTextStream for reading the file not only for giving the wrong read text out!
Edit: From the QFile documentation
Qt Code:
return; while (!in.atEnd()) { process_line(line); }To copy to clipboard, switch view to plain text mode
Use QTextStream for reading the file not only for giving the wrong read text out!
Edit: From the QFile documentation
Qt Code:
return; while (!in.atEnd()) { process_line(line); }To copy to clipboard, switch view to plain text mode
Bookmarks