mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fix setting Qucsator location
This commit is contained in:
parent
65078afda2
commit
a852a00f76
@ -216,7 +216,7 @@ void SimSettingsDialog::slotSetQucsator()
|
||||
{
|
||||
QString s = QFileDialog::getOpenFileName(this,tr("Select Qucsator executable location"),edtQucsator->text(),"All files (*)");
|
||||
if (!s.isEmpty()) {
|
||||
edtSpiceOpus->setText(s);
|
||||
edtQucsator->setText(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user