QString command = explorer + " " + param; QProcess::startDetached(command);. Solution 2: Probably you can use QFileDialog::getOpenFileName to get the file name.
確定! 回上一頁