Hi all!
I'm developing an app that listen on file descriptor using QSocketNotifier.
I need it to display new data that arrives on that FD in QTableView/QListView real-timeingly
What I mean is this:
Data arrives - put it in the first line, another data arrives put it in the second line and so on...

What is the best way to do it ?
Are there any examples on net where I could take an insipration ?

THanks a lot !