From 75cf9a9aca8671cc64694d23ac86d41128d0534b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 14 Jun 2021 16:14:38 -0400 Subject: small settings documentation improvement --- python/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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) -- cgit v1.3.1