TaurusValueCheckBox¶
-
class
TaurusValueCheckBox(qt_parent=None, designMode=False)[source]¶ Bases:
PyQt4.QtGui.QCheckBox,taurus.qt.qtgui.base.taurusbase.TaurusBaseWritableWidgetA QCheckBox connected to a boolean writable attribute model
-
autoApply¶ whether autoApply mode is enabled or not.
Return type: :class:~`bool` Returns:
-
forcedApply¶ whether forcedApply mode is enabled or not.
Return type: :class:~`bool` Returns:
-
model¶ Returns the model name for this component.
Return type: :class:~`str` Returns: the model name.
-
showText¶ Returns if showing the display value
Return type: :class:~`bool` Returns: True if showing the display value or False otherwise
-
useParentModel¶ Returns whether this component is using the parent model
Return type: :class:~`bool` Returns: True if using parent model or False otherwise
-