What are the pros and cons of using Qt containers (QMap, QVector, etc.) over their STL equivalent?
QMap
QVector
I can see one reason to prefer Qt:
Qt containers use copy-on-write idiom.