Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 QtableView 和 QfileSystemModel 来显示文件夹中的所有文件,我希望文件列表按上次修改日期排序,现在我已经重新实现了 QsortFilterProxyModel ,我的代码在这里 http://codepad.org/CE2zxrT3 但是我不知道我应该给 setRootIndex() 什么索引,你能帮忙吗?