MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / changeOutputPathQueueDialog

Method changeOutputPathQueueDialog

src_gui/mainwindow.cpp:657–666  ·  view source on GitHub ↗

change the path the queue exports the maps to

Source from the content-addressed store, hash-verified

655
656//change the path the queue exports the maps to
657void MainWindow::changeOutputPathQueueDialog() {
658 QUrl startUrl = QDir::homePath();
659 if(exportPath.isValid())
660 startUrl = exportPath;
661
662 QUrl path = QFileDialog::getExistingDirectoryUrl(this,
663 "Choose Export Folder",
664 startUrl);
665 setExportPath(path);
666}
667
668void MainWindow::editOutputPathQueue() {
669 QString rawPath = ui->lineEdit_outputPath->text();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected