Qt選擇文件路徑

QString file_path = QFileDialog::getExistingDirectory(this, "請選擇文件路徑...", "./"); if(file_path.isEmpty()) { return; }
相關文章
相關標籤/搜索