Hi,
I AM NEW TO Qt.My question is how do i read data from cvs file which contains information of many users created by ADMIN in one column.Now if i want to delete one user then i have to remove his details from the file.So please help in achieving this.
Presently i am able to read data from file into QString but i am not getting how to manipulate the data inside the String after comparing it with user name and id(these are used to find & delete the user from file).Please share the code if any which may be helpful for me...

Thanks in advance..