Class: QgsLongLongValidator

A QValidator which allows validation of long long values.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLongLongValidator

Base classes

QValidator

QObject

Methods

bottom

setBottom

setTop

top

Virtual Methods

In PyQGIS, only methods marked as virtual can be safely overridden in a Python subclass of QgsLongLongValidator. See the FAQ for more details.

setRange

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