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 

posted on 2018-08-15 11:44  fortwater  阅读(139)  评论(0)    收藏  举报

导航