- move annotation model and containers to package annotations

- implement AnnotationContainerFactory
This commit is contained in:
Martin Baeuml
2011-05-13 11:07:03 +02:00
parent 1353f8a72b
commit c84e02befe
9 changed files with 140 additions and 89 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from PyQt4.QtGui import *
from PyQt4.QtCore import *
from items import *
from annotationmodel import TypeRole, ImageRole
from annotations.model import TypeRole, ImageRole
import math
import okapy
from okapy.guiqt.utilities import toQImage