ef9e1bef1b
Fixes #919. There were two issues here: - CompletionWidget didn't delete the old model when setting a new one. This means filterAcceptsRow was called for models which aren't even used anymore. - setChild was used instead of appendRow for the BaseCompletionModel, which caused Qt to call filterAcceptsRow once for every item of the completion model instead of only once. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
configmodel.py | ||
instances.py | ||
miscmodels.py | ||
sortfilter.py | ||
urlmodel.py |