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

Qt Code:
  1. typedef QList<int> intQlist;
  2. QList<intQList> listInList;
To copy to clipboard, switch view to plain text mode 

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

cya
quick Nitin