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()
connectNotify()
customEvent()
disconnectNotify()
isSignalConnected()
receivers()
sender()
senderSignalIndex()
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()
top(self) → int
Return type

int

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

input (str) –

Return type

Tuple[QValidator.State, int]