Skip to content

QPEditablePart enum

Represents parts of Query Panel which can be editable

NameValueDescription
Addition 1 << 3
All ~(~0 << 8)
Attribute 1 << 1
FixedConditionList` OperatorValue`
NoAddition ~Addition
NoRemoval ~Removal
None0
Operator 1 << 2
Removal 1 << 4
Value 1 << 0