class QCheckboxConfig:
Method | __init__ |
Initializes a manager for configuration bound checkbox actions. |
Method | add |
Creates a checkbox action. The checkbox state is bound to the project configuration. |
Method | changed |
Handles change of checkbox state. |
Method | reload |
Reloads the configuration bound checkboxes. |
Instance Variable | actions |
Undocumented |
Instance Variable | gui |
Undocumented |
Parameters | |
gui:GUI | Undocumented |
Parameters | |
label:str | Label |
key:str | Configuration key |
on_changed:Callable | Gets called when the checkbox state changed |
Returns | |
QAction | Undocumented |