PDA

View Full Version : ArrayList-Like Qt Class



zdunham
11th March 2010, 15:14
Hi all.

I have recently been using Qt on Linux (was mostly a Visual Studio C++/C# programmer before this). I was looking through the Q classes that are available and I found a few different types of lists but none seem to be working like what I am looking for (maybe I am just not doing it right). I'm looking for a Q class that operates similar to the ArrayList class in C# and Java (if anyone has used that before). Is there anything in QT that would function like that?

Thanks for any help in advance.

wysota
11th March 2010, 15:29
Use QList or QVector.