mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed Qucs equation export
This commit is contained in:
parent
d047c7e9e1
commit
3440d36941
@ -742,7 +742,8 @@ void ComponentDialog::writeEquation()
|
||||
}
|
||||
|
||||
if (eqnExportCheck)
|
||||
component->Props.append(new Property("Export", eqnExportCheck->checkState() == Qt::Checked ? "yes" : "no", false));
|
||||
component->Props.append(new Property("Export", eqnExportCheck->checkState() == Qt::Checked ? "yes" : "no",
|
||||
false, QObject::tr("put result into dataset")+" [yes, no]"));
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user