hi
I have a file from which I will extract data and display. The file will keep on getting new entries from other program. Now My gui should be able to extract new entries from the file. Something like “tail -f” in linux.
Is there any way to implement such thing in qt.
Thank you