taurus taurus

Previous topic

TaurusConfigLineEdit

Next topic

TaurusValueComboBox

This Page

TaurusValueCheckBox

Inheritance diagram of TaurusValueCheckBox

class TaurusValueCheckBox(qt_parent=None, designMode=False)

Bases: PyQt4.QtGui.QCheckBox, taurus.qt.qtgui.base.taurusbase.TaurusBaseWritableWidget

A 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:
classmethod getQtDesignerPluginInfo()
getValue()
keyPressEvent(event)
minimumSizeHint()
model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
setValue(v)
showText

Returns if showing the display value

Return type::class:~`bool`
Returns:True if showing the display value or False otherwise
updateStyle()
useParentModel

Returns whether this component is using the parent model

Return type::class:~`bool`
Returns:True if using parent model or False otherwise