There is no magic bullet readAndDisplayMyArbitraryData() method.

Open and read the file then do whatever you like with the content:
QFile and QTextStream
QListWidget might be the sort of display widget you were referring to. You might also look at QPlainTextEdit.