码迷,mamicode.com
首页 > 其他好文 > 详细

QModelIndex 与 QStandardItem互转

时间:2019-07-20 15:47:27      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:span   转换   www   from   and   font   standard   class   div   

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

 

QModelIndex 与 QStandardItem互转

标签:span   转换   www   from   and   font   standard   class   div   

原文地址:https://www.cnblogs.com/Vancamel/p/11217877.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!