products:pyrog:api:lastest:types:properties:bool_property
Текст документации сгенерирован автоматически из исходного кода.
Если обнаружили ошибку, отправьте об этом сообщение на 📧почту.
BoolProperty
Inherits: Property
Class of property that provides input of bool value.
Attributes:
- value_changed: bool — This signal is emitted when value is changed.
Constructor:
def BoolProperty.__init__(default_value: bool = False, name: str | LangConstant = tr.UNNAMED, tooltip: str | LangConstant = '', show_reset_btn: bool = True)
Initializes class of property.
The description of the arguments is identical to the description of the parameters with the same names.
Parameters:
- default_value: bool — default value of property
- name: str | LangConstant — name of property
- tooltip: str | LangConstant — tooltip text
- show_reset_btn: bool — state of reset button displaying
Properties
tooltip
Tooltip of the property's widget
Returns:
- str | LangConstant — tooltip text of the property's widget
name
Property name, this text is displayed in PropertyContainer form editing values.
Returns:
- str | LangConstant — property name
show_reset_btn
State of reset button displaying. This button is displayed if value isn't equal to default value.
Returns:
- bool — state of reset button displaying
default_value
Default value of property.
Returns:
- bool — default value of property
Methods
get_input_widget
def get_input_widget() -> QCheckBox
Returns:
- QCheckBox — (without description)
products/pyrog/api/lastest/types/properties/bool_property.txt · Последнее изменение: — 127.0.0.1