Class: QgsLongLongValidator

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLongLongValidator

Base classes

QValidator

QObject

Methods

bottom

setBottom

setRange

setTop

top

class qgis.gui.QgsLongLongValidator(parent: QObject | None)[source]
class qgis.gui.QgsLongLongValidator(bottom: int, top: int, parent: QObject | None)

Bases: QValidator

bottom(self) int[source]
Return type:

int

setBottom(self, bottom: int)[source]
Parameters:

bottom (int)

setRange(self, bottom: int, top: int)[source]
Parameters:
  • bottom (int)

  • top (int)

setTop(self, top: int)[source]
Parameters:

top (int)

top(self) int[source]
Return type:

int