The QVector class, part of the Qt framework, is a template class that provides a dynamic array.
QVector<T>
is one of Qt's generic container classes. It stores its items in adjacent memory locations and provides fast index-based access.
The official Qt documentation can be found here for Qt 4.8 and here for Qt 5.