Class: QgsLUDialog

A dialog for setting a lower and upper range value.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsLUDialog

Base classes

QDialog

QWidget

QObject

QPaintDevice

class qgis.gui.QgsLUDialog[source]

Bases: QDialog

lowerValue(self) str[source]
Return type:

str

lowerValueDouble(self) float[source]

Returns the lower value.

Added in version 3.21.

Return type:

float

setLowerValue(self, val: str | None)[source]
Parameters:

val (Optional[str])

setUpperValue(self, val: str | None)[source]
Parameters:

val (Optional[str])

upperValue(self) str[source]
Return type:

str

upperValueDouble(self) float[source]

Returns the upper value.

Added in version 3.21.

Return type:

float