ui
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user