From a56cce4669fa27407dca8537a8b47ee97dbf1d37 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Thu, 12 May 2011 16:50:04 +0200 Subject: [PATCH] start with some documentation --- annotationmodel.py | 3 +++ annotationscene.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/annotationmodel.py b/annotationmodel.py index aa4befe..7c608ca 100644 --- a/annotationmodel.py +++ b/annotationmodel.py @@ -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 diff --git a/annotationscene.py b/annotationscene.py index 3494210..0d0fe18 100644 --- a/annotationscene.py +++ b/annotationscene.py @@ -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