标签: c++ linux qt qwidget qlistview
我可以在qt中获取我的表单上的选择矩形位置,如果是,怎么做?
我的问题是从QListView中的选定QModelIndex获取QPos。
谢谢!
答案 0 :(得分:1)
如果您想从 QModelIndex 转到坐标,请使用QListView::rectForIndex。
QModelIndex
QListView::rectForIndex