Class: QgsLongLongValidator

class qgis.gui.QgsLongLongValidator(parent: QObject)
class qgis.gui.QgsLongLongValidator(bottom: int, top: int, parent: QObject)None

Bases: PyQt5.QtGui.QValidator

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]