QPEditablePart enum
Represents parts of Query Panel which can be editable
| Name | Value | Description |
|---|---|---|
| Addition | 1 << 3 | |
| All | ~(~0 << 8) | |
| Attribute | 1 << 1 | |
| FixedConditionList | ` Operator | Value` |
| NoAddition | ~Addition | |
| NoRemoval | ~Removal | |
| None | 0 | |
| Operator | 1 << 2 | |
| Removal | 1 << 4 | |
| Value | 1 << 0 |