forked from M-Labs/thermostat
Docstring change
This commit is contained in:
parent
f5338e97f3
commit
ea6d07d9df
@ -23,8 +23,8 @@ class UnitfulSpinBox(SpinBox):
|
|||||||
|
|
||||||
* The "pinSiPrefix" option, where the siPrefix could be fixed to a
|
* The "pinSiPrefix" option, where the siPrefix could be fixed to a
|
||||||
particular scale instead of as determined by its value.
|
particular scale instead of as determined by its value.
|
||||||
* The "noUnitEditing" option, where the unit portion of the
|
* The "noUnitEditing" option, where the suffix and pinned siPrefix
|
||||||
SpinBox text, including the siPrefix, is fixed and uneditable.
|
of the SpinBox text is fixed and uneditable.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, parent=None, value=0.0, **kwargs):
|
def __init__(self, parent=None, value=0.0, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user