Inherits MLABField.
Public Slots | |
Scripting access | |
| virtual void | setStringValue (const QString &value) |
| void | setValue (const QString &value) |
The "value" property of this field is a string value.
// getting value: var value = ctx.field("somefield").value; // setting value: ctx.field("somefield").value = "Some string";
| virtual void MLABStringField::setStringValue | ( | const QString & | ) | [virtual, slot] |
| void MLABStringField::setValue | ( | const QString & | value | ) | [slot] |
set the string value
1.5.8