快手里做网站荣耀封面的视频广西建设厅网站培训中心
保存当前位置
QString currentPath = model->filePath(view->currentIndex()); // 获得当前位置路径
恢复位置
view->setCurrentIndex(model->index(currentPath)); // 设置此路径所在位置为当前位置
QString currentPath = model->filePath(view->currentIndex()); // 获得当前位置路径
view->setCurrentIndex(model->index(currentPath)); // 设置此路径所在位置为当前位置