政府门户网站特色建设调研报告营销型网站的分类不包含
保存当前位置
QString currentPath = model->filePath(view->currentIndex()); // 获得当前位置路径
恢复位置
view->setCurrentIndex(model->index(currentPath)); // 设置此路径所在位置为当前位置
QString currentPath = model->filePath(view->currentIndex()); // 获得当前位置路径
view->setCurrentIndex(model->index(currentPath)); // 设置此路径所在位置为当前位置