Class: QgsLongLongValidator

A QValidator which allows validation of long long values.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLongLongValidator

Base classes

QValidator

QObject

class qgis.gui.QgsLongLongValidator[source]

Bases: QValidator

bottom(self) int[source]
Return type:

int

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

bottom (int)

virtual 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