QT基础

1 QList

官方说明:the QList class is a template class that provides lists

QList<T> is one of Qt's generic container classes.It stores a list of values and provides fast index-based access as well as fast insertions and removals.

1 QModelIndex

官方说明:the QModelIndex class used to locate 

原文地址:https://www.cnblogs.com/Blue-Moniter4/p/9480543.html