QDir::currentPath()
获取当前路径
QDir::toNativeSeparators
把windows下的路径转换为Qt可以识别的路径,如"C:/Users/Administrator/Desktop"------->"C:UsersAdministratorDesktop"