can you explain (in own words!) what happens in this snippet?
Qt Code:
while (!in.atEnd()) { line = in.readLine(); ui->textBrowser->setText(line); }To copy to clipboard, switch view to plain text mode
can you explain (in own words!) what happens in this snippet?
Qt Code:
while (!in.atEnd()) { line = in.readLine(); ui->textBrowser->setText(line); }To copy to clipboard, switch view to plain text mode
Bookmarks