A mixin for views that synchronize group expansion via the model.
|
|
| _ignoreExpansion(*args,
**kwds) |
|
|
|
|
__init__(self,
parent=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
_groupByChanged(self,
group_by)
Respond to row groups being changed between group-by-sequence and
group-by-annotation. |
|
|
|
|
_rowsInserted(self,
parent,
start,
end)
When a new group is created or when rows are inserted into an empty
group, expand that group. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|