This commit is contained in:
2024-09-01 16:15:00 +03:00
parent f9b0b75062
commit 5c6700f621
5 changed files with 83 additions and 109 deletions

View File

@@ -102,7 +102,6 @@ void update_settings(OutputOptions &options, ColumnType t, std::string name,
void OutputDialog::on_chooseFileButton_clicked() {
QString filename = QFileDialog::getSaveFileName();
std::cout << filename.toStdString() << std::endl;
this->options.set_path(filename.toStdString());
ui->pathLabel->setText("Path to export: " + filename);
}