class documentation
QCheckboxConfig class.
| 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 |
Creates a checkbox action. The checkbox state is bound to the project configuration.
| Parameters | |
label:str | Label |
key:str | Configuration key |
onCallable | Gets called when the checkbox state changed |
| Returns | |
QAction | Undocumented |