Umm, I think you should read the data from the file into a string list (QStringList) where each item is a user.
Then you modify the list, like removing of adding of new items/users.
And finally, you write the list back to the file.
Hardest part is the reading of the file into that list. Rest should be a breeze to implement.




Reply With Quote
It helped me a lot..
Bookmarks