TaurusBoolRW

Inheritance diagram of TaurusBoolRW
class TaurusBoolRW(parent=None, designMode=False, readWClass=None, writeWClass=None, enterEditTriggers=None, exitEditTriggers=None)[source]

A Switcher combining a TaurusLed and a TaurusValueCheckBox

Import from taurus.qt.qtgui.compact as:

from taurus.qt.qtgui.compact import TaurusBoolRW
readWClass

alias of TaurusLed

setWriteWidget(widget)[source]

set the write Widget to be used You can reimplement this method to tweak the write widget.

Parameters:

widget (Qt.QWidget) – This should be Taurus widget (typically a TaurusBaseWritableWidget)

writeWClass

alias of TaurusValueCheckBox