Hello again,

i'm working on a simple dialog window that will use QListView (this is my first idea) for "printing" debug messages. Is this the right approach?
I was searching the net if someone already faced this kind of problem in Qt but i haven't found anything. I'm working on a socketServer which prints debug info to a file but i also want these info in a dialog window. Is my idea correct and good (using my own ListView with subclassing QListView, QStringList and QStringListModel) or does anybody have a better idea?

Thank you all