summaryrefslogtreecommitdiff
path: root/src/subcircuit/newSub.py
diff options
context:
space:
mode:
authoranjalijaiswal082019-06-21 16:15:02 +0530
committeranjalijaiswal082019-06-26 02:49:20 +0530
commit71851a2df657bd166d6ee81eb00dae0fda2ef3a4 (patch)
treeb2ba852d1f3132e54be25029ae708b8e4404ad16 /src/subcircuit/newSub.py
parentb9957bac0e86410007b0b728e58edeca5aa52d85 (diff)
downloadeSim-71851a2df657bd166d6ee81eb00dae0fda2ef3a4.tar.gz
eSim-71851a2df657bd166d6ee81eb00dae0fda2ef3a4.tar.bz2
eSim-71851a2df657bd166d6ee81eb00dae0fda2ef3a4.zip
Issue #82 solved: Renaming project added
Diffstat (limited to 'src/subcircuit/newSub.py')
-rw-r--r--src/subcircuit/newSub.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/subcircuit/newSub.py b/src/subcircuit/newSub.py
index 678b023d..b44e71ca 100644
--- a/src/subcircuit/newSub.py
+++ b/src/subcircuit/newSub.py
@@ -8,7 +8,10 @@ import os
# This class is called when User create new Project.
class NewSub(QtGui.QWidget):
"""
- Contains functions to create directory and validate file names.
+ 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):