- more changes due of porting to PyQt6

- fixed the Autocompleter highlighting to work in PyQt6
This commit is contained in:
Marius Stanciu
2021-08-07 10:21:45 +03:00
committed by Marius
parent 03618172d7
commit 3c06280d3d
11 changed files with 100 additions and 55 deletions

View File

@@ -226,6 +226,7 @@ class TreeItem(KeySensitiveListView):
except AttributeError:
pass
class ObjectCollection(QtCore.QAbstractItemModel):
"""
Object storage and management.