I am using Qt5.2.1 I made a program that stores some values(like name, number, other details...) in a text file. I want to arrange this information according to the name.
Something like this.
A
Alan 24140239 some_other_info
Avril 64376334 some_other_info
B
bob 532523 some_other_info
And so on