QDesktopServices::openUrl(QUrl::fromLocalFile(path));
QProcess::startDetached(QString("explorer.exe /select,%1") .arg(QDir::toNativeSeparators(path)));