Hello!
I would like to know how can i make a list of arrays int using qt libraries. I have many arrays with 6 numbers, like, "int array[6];" and i would like to make a list of them. I tried something like the following code i've got compilation error.
Qt Code:
QList<int> matrix; //Did not work like what i want. <QList matrix[6]; //Same thing as above;To copy to clipboard, switch view to plain text mode
Bookmarks