finish module B

This commit is contained in:
Pavol Rusnak 2011-05-01 21:46:20 +02:00
parent 03006e9d37
commit 854d40738f
6 changed files with 190 additions and 124 deletions

View file

@ -25,7 +25,7 @@ class ModuleAWidget(QWidget):
class ModuleA():
def __init__(self):
self.title = 'Simple dynamo'
self.title = 'Sources of Electricity'
self.widget = ModuleAWidget()
def start(self):