11.1.2.5.5 The settings Object
The settings
dictionary contains tool settings persisted in the project file configurations.xml . All properties are stored as ASCII strings and can be returned by a call to getString
. The getBool
and getNumeric
functions convert the string to a Boolean or numeric value, respectively.
To save a property value (including declaring new props) , call setString
.