39 ParamEdit->setText(QString(
"Result ")+QString::number(lst->IndexOf(
GetObject())));
40 ParamEdit->setReadOnly(
true);
41 ParamEdit->setEnabled(
false);
43 ParamEdit->setText(
GetDepen()->GetParameter().Data());
44 ParamEdit->setReadOnly(
false);
45 ParamEdit->setEnabled(
true);
47 if (
GetDepen()->IsInitValue()) ExpressionEdt->setText(QString::number(
GetDepen()->GetInitValue()));
48 else ExpressionEdt->setText(
GetDepen()->GetExpression().Data());
66 double zn = value.toDouble(&ok);
QFitItem * Parent() const
Object, used to store dependency of one parameter from other, calculated via expression.
void SetParameter(const char *iParameter)
void SetExpression(const char *iExpression)
void SetInitValue(Double_t InitValue)