我正在尝试使用自动更新更改QTreeView,我可以使用此代码设置路径
tree->setCurrentIndex(fsModel->index(QDir::currentPath())); // or any path
##标题##来自此link
但我的问题是,一旦CurrentIndex更改为文件夹,我该如何扩展?
答案 0 :(得分:0)
再次忽略它请树 - > setExpanded(fsModel-> index(QDir :: currentPath()));会那样做。