Apply index folder directory change immediatly

This commit is contained in:
2024-10-24 20:15:06 +02:00
parent 4aeff61c44
commit 464207beb1
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -123,6 +123,11 @@ void PlateSolvingSettings::checkIndexFiles()
checkScale(_ui->scale19, 19);
}
QString PlateSolvingSettings::indexDirectory() const
{
return _ui->indexPaths->currentText();
}
void PlateSolvingSettings::progress(int percent, int files)
{
_ui->filesRemaining->setText(tr("%1 files").arg(files));