mirror of
https://github.com/wassname/sloth.git
synced 2026-08-19 12:40:27 +08:00
implement loaders
This commit is contained in:
@@ -90,7 +90,6 @@ class AnnotationScene(QGraphicsScene):
|
||||
def insertItems(self, first, last):
|
||||
assert self.model_ is not None
|
||||
assert self.root_.isValid()
|
||||
print "insertItems"
|
||||
|
||||
# create a graphics item for each model index
|
||||
for row in range(first, last+1):
|
||||
|
||||
Reference in New Issue
Block a user