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