Is there any good way for handling text files of hundred of bytes?
If there any such please tell me...
I my GUI program, i need to read very large files (around 200MB..!!!) and need to perform search operation on that...
I am reading line by line and displaying them in QTableWidget but as the file size increases, program crashes or hangs....what should i do, in this case?
How can i load such big files in QTableWidget?
How can i perform searching efficiently on them?
Does Qt provides any good mechanism for these kind of problems?
Bookmarks