1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Commands: implemented run and output GUI

This commit is contained in:
f4exb
2018-01-04 20:15:33 +01:00
parent 89f98f504a
commit 069d9a7d07
14 changed files with 807 additions and 9 deletions
+1 -2
View File
@@ -140,7 +140,7 @@ void EditCommandDialog::on_showFileDialog_clicked(bool checked __attribute__((un
this,
tr("Select command"),
dirStr,
tr("Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe);;All (*.*)"));
tr("Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe);;All (*)"));
if (fileName != "") {
ui->command->setText(fileName);
@@ -249,4 +249,3 @@ void EditCommandDialog::setKeyAssociate()
ui->keyAssociate->setEnabled(true);
}
}