diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-06-14 16:14:38 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-06-14 16:14:38 -0400 |
| commit | 75cf9a9aca8671cc64694d23ac86d41128d0534b (patch) | |
| tree | 23a5e3a97891ba39b8a968b266bd0a681d1711b3 /python | |
| parent | b4d5c7aea5c7f1f0164bf3cef8816bc3ab8f6308 (diff) | |
small settings documentation improvement
Diffstat (limited to 'python')
| -rw-r--r-- | python/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/settings.py b/python/settings.py index a9f82344..50538469 100644 --- a/python/settings.py +++ b/python/settings.py @@ -72,7 +72,7 @@ class Settings(object): "enum" array : {string} "type" is "array" Yes Enumeration definitions "enumDescriptions" array : {string} "type" is "array" Yes Enumeration descriptions that match "enum" array "minValue" number "type" is "number" Yes Specify 0 to infer unsigned (default is signed) - "maxValue" number "type" is "number" Yes Values less than or equal to INT_MAX infer a spinbox. + "maxValue" number "type" is "number" Yes Values less than or equal to INT_MAX result in a QSpinBox UI element "precision" number "type" is "number" Yes Specify precision for a QDoubleSpinBox "default" {array, boolean, number, string, null} None Yes Specify optimal default value "aliases" array : {string} None Yes Array of deprecated setting key(s) |
