QBaseMeter¶
-
class
QBaseMeter(parent=None, designMode=None)[source]¶ Bases:
taurus.qt.qtgui.display.qpixmapwidget.QPixmapWidget-
DefaultDigitFont= <PyQt4.QtGui.QFont object>¶
-
DefaultDigitOffset= 1.0¶
-
DefaultMaximum= 100.0¶
-
DefaultMaximumAlarm= 90.0¶
-
DefaultMaximumWarning= 80.0¶
-
DefaultMinimum= 0.0¶
-
DefaultMinimumAlarm= 10.0¶
-
DefaultMinimumWarning= 20.0¶
-
DefaultSteps= 8¶
-
DefaultValue= 0.0¶
-
DefaultValueFont= <PyQt4.QtGui.QFont object>¶
-
DefaultValueOffset= 0.0¶
-
digitFont¶ This property holds the digit font
Access functions:
-
digitOffset¶ This property holds the digit offset Used to place scale digits offset. On manometer distance from the center on thermometer distance form left
Access functions:
-
maximum¶ This property holds the maximum value
Access functions:
-
maximumAlarm¶ This property holds the maximum alarm value
Access functions:
-
maximumWarning¶ This property holds the maximum warning value
Access functions:
-
minimum¶ This property holds the minimum value
Access functions:
-
minimumAlarm¶ This property holds the minimum alarm value
Access functions:
-
minimumWarning¶ This property holds the minimum warning value
Access functions:
-
steps¶ This property holds the number of steps
Access functions:
-
value¶ This property holds the value
Access functions:
-
valueFont¶ This property holds the value font
Access functions:
-
valueOffset¶ This property holds the value offset
Access functions:
-