Quote Originally Posted by king-gideon View Post
My problem is this: i dnt know how to search for a string in the file
Qt doesn't provide anything like searching in file.
You have to load the files, in memory, then have to search in QString/QMap/Whatever.