PDA

View Full Version : list of list



quickNitin
3rd July 2006, 07:26
i am looking for a container which should be some what like list of lists.
Is there any such template class provided by Qt. i am not able to find one.

If not, will it work



typedef QList<int> intQlist;
QList<intQList> listInList;


i had not compiled such container till now. Any other advices.

cya
quick Nitin

munna
3rd July 2006, 08:11
This (http://www.qtcentre.org/forum/f-c-programming-9/t-vector-of-vector-2544.html) might help.