Class: QgsLongLongValidator

class qgis.gui.QgsLongLongValidator(parent: QObject)

Bases: PyQt5.QtGui.QValidator

QgsLongLongValidator(bottom: int, top: int, parent: QObject)

Parameters

parent

bottom(self) → int
Return type

int

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod) → bool
receivers(self, PYQT_SIGNAL) → int
sender(self) → QObject
senderSignalIndex(self) → int
setBottom(self, bottom: int)
Parameters

bottom (int) –

setRange(self, bottom: int, top: int)
Parameters
  • bottom (int) –

  • top (int) –

setTop(self, top: int)
Parameters

top (int) –

timerEvent(self, QTimerEvent)
top(self) → int
Return type

int

validate(self, input: str) → Tuple[QValidator.State, int]
Parameters

input (str) –

Return type

Tuple[QValidator.State, int]