mcsas.gui.scientrybox module¶
-
class
SciEntryBox(parent=None)[source]¶ Bases:
QLineEdit-
fmt¶
-
indicateCorrectness(isValid)[source]¶ Warning
method ‘gui.scientrybox.SciEntryBox.indicateCorrectness’ undocumented
-
static
numberFormat(decimals=None)[source]¶ Warning
method ‘gui.scientrybox.SciEntryBox.numberFormat’ undocumented
-
setMaximum(value)[source]¶ Work around issues regarding round-off errors by the ‘g’ format type when comparing numbers from user input with calculation results.
-
setMinimum(value)[source]¶ Work around issues regarding round-off errors by the ‘g’ format type when comparing numbers from user input with calculation results.
-
toolTipFmt= 'A value between {lo} and {hi} (including).'¶
-