diff options
author | nilshah98 | 2019-06-07 11:37:37 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-13 12:15:50 +0530 |
commit | 84ad04a912ed92370a9452bd41ebeaef51bb9c5a (patch) | |
tree | c6027cafd59751aff6023f98b8afc71656f4781c /src/subcircuit/newSub.py | |
parent | 1970530f0818577ef6fb1b2018d76829195c87e9 (diff) | |
download | eSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.tar.gz eSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.tar.bz2 eSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.zip |
subcircuit documentation done
Diffstat (limited to 'src/subcircuit/newSub.py')
-rw-r--r-- | src/subcircuit/newSub.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/subcircuit/newSub.py b/src/subcircuit/newSub.py index c39f7c7a..d94f4395 100644 --- a/src/subcircuit/newSub.py +++ b/src/subcircuit/newSub.py @@ -5,9 +5,13 @@ from projManagement import Worker import os +# This class is called when User create new Project. class NewSub(QtGui.QWidget): """ - This class is called when User create new Project. + Contains funstions to check : + - Name of project should not be blank. + - Name should not contain space between them. + - Name does not match with existing project. """ def __init__(self): |