mirror of
https://github.com/wassname/sloth.git
synced 2026-07-01 10:19:22 +08:00
start with some documentation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
"""
|
||||
The annotationmodel module contains the classes for the AnnotationModel.
|
||||
"""
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtCore import *
|
||||
from functools import partial
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"""Dies ist das AnnotationScene module"""
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtCore import *
|
||||
from items import *
|
||||
@@ -7,6 +8,7 @@ import okapy
|
||||
from okapy.guiqt.utilities import toQImage
|
||||
|
||||
class AnnotationScene(QGraphicsScene):
|
||||
"""Dies ist ein Test"""
|
||||
|
||||
# TODO signal itemadded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user