Welcome!
I would like to ask if it is possible to create QList of QLists?
I've tried to do something like this:
Qt Code:
QList<QList<int> > myList;To copy to clipboard, switch view to plain text mode
but it doesn't compile.
Please help!
Welcome!
I would like to ask if it is possible to create QList of QLists?
I've tried to do something like this:
Qt Code:
QList<QList<int> > myList;To copy to clipboard, switch view to plain text mode
but it doesn't compile.
Please help!
Bookmarks