Fix output path browse dialog path
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ void BatchProcessing::removeAllPaths()
|
|||||||
|
|
||||||
void BatchProcessing::browse()
|
void BatchProcessing::browse()
|
||||||
{
|
{
|
||||||
QString output = QFileDialog::getExistingDirectory(this, tr("Select output directory"), "/home/nou/Obrázky");
|
QString output = QFileDialog::getExistingDirectory(this, tr("Select output directory"), _ui->outputPath->text());
|
||||||
if(!output.isEmpty())
|
if(!output.isEmpty())
|
||||||
_ui->outputPath->setText(output);
|
_ui->outputPath->setText(output);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user