1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 15:04:38 -04:00

Get rid of ugly native dialogs on file chooser dialogs

This commit is contained in:
f4exb
2018-05-11 00:00:15 +02:00
parent 3ea37e3dcc
commit 7bf777e498
15 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ void EditCommandDialog::on_showFileDialog_clicked(bool checked __attribute__((un
this,
tr("Select command"),
dirStr,
tr("All (*);;Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe)"));
tr("All (*);;Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe)"), 0, QFileDialog::DontUseNativeDialog);
if (fileName != "") {
ui->command->setText(fileName);