QModelIndex 与 QStandardItem互转
https://www.cnblogs.com/XiHua/p/6061191.html
1、 QModelIndex 转换成QStandardItem
QStandardItem * item=QStandardItemModel::itemFromIndex(const QModelIndex & index) const
2 、QStandardItem 转换成 QModelIndex
QModelIndex model = QStandardItem::index() const

浙公网安备 33010602011771号