Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_escdf.DimensionSpinBox

Signature

class sdynpy.fileio.sdynpy_escdf.DimensionSpinBox()

QSpinBox(parent: Optional[QWidget] = None)

Methods

NameSummary
textFromValuetextFromValue(self, v: int) -> str
validatevalidate(self, input: Optional[str], pos: int) -> (QValidator.State, str, int)
valueFromTextvalueFromText(self, text: Optional[str]) -> int

textFromValue

def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.textFromValue(self, value)

textFromValue(self, v: int) -> str

validate

def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.validate(self, text, pos)

validate(self, input: Optional[str], pos: int) -> (QValidator.State, str, int)

valueFromText

def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.valueFromText(self, text)

valueFromText(self, text: Optional[str]) -> int