QT中QVector的基本用法

一、利用data把QVector中的數據取出來 T *QVector::data() Returns a pointer to the data stored in the vector. The pointer can be used to access and modify the items in the vector. Example:     QVector<int> vector(10
相關文章
相關標籤/搜索