Module:
sdynpy.fileio.sdynpy_escdfSource: GitHub
Parent:
PyQt5.QtWidgets.QSpinBoxParent:
PyQt5.QtWidgets.QAbstractSpinBoxParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.fileio.sdynpy_escdf.DimensionSpinBox()QSpinBox(parent: Optional[QWidget] = None)
Methods¶
| Name | Summary |
|---|---|
textFromValue | textFromValue(self, v: int) -> str |
validate | validate(self, input: Optional[str], pos: int) -> (QValidator.State, str, int) |
valueFromText | valueFromText(self, text: Optional[str]) -> int |
textFromValue¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.textFromValue(self, value)textFromValue(self, v: int) -> str
validate¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.validate(self, text, pos)validate(self, input: Optional[str], pos: int) -> (QValidator.State, str, int)
valueFromText¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.DimensionSpinBox.valueFromText(self, text)valueFromText(self, text: Optional[str]) -> int