仅针对 QFileSystemModel 的第一列(驱动器、文件夹、文件)进行选择?
在 QFileSystemModel 中,当对其进行选择时,返回类型是 QList
。有没有办法只选择第一列(包含驱动器、文件夹和文件的列)?
In QFileSystemModel when selection is made on it, the return type is a QList<QModelIndex>
. Is there a way to get selection just for the first column (the column with drives, folders and files)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对特定选择感兴趣,您应该为列表中的每个 QModelIndex 执行以下操作:
If you are interested in particular selection, you should do next things for every QModelIndex in the list: