Subgroup: other

Class: QgsLongLongValidator

class qgis.gui.QgsLongLongValidator(parent: QObject)

Bases: PyQt5.QtGui.QValidator

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

bottom(self) → int
childEvent()
connectNotify()
customEvent()
disconnectNotify()
isSignalConnected()
receivers()
sender()
senderSignalIndex()
setBottom(self, bottom: int)
setRange(self, bottom: int, top: int)
setTop(self, top: int)
timerEvent()
top(self) → int
validate(self, input: str) → Tuple[QValidator.State, int]