summaryrefslogtreecommitdiff
path: root/src/subcircuit/openSub.py
diff options
context:
space:
mode:
authornilshah982019-06-07 11:37:37 +0530
committernilshah982019-06-13 12:15:50 +0530
commit84ad04a912ed92370a9452bd41ebeaef51bb9c5a (patch)
treec6027cafd59751aff6023f98b8afc71656f4781c /src/subcircuit/openSub.py
parent1970530f0818577ef6fb1b2018d76829195c87e9 (diff)
downloadeSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.tar.gz
eSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.tar.bz2
eSim-84ad04a912ed92370a9452bd41ebeaef51bb9c5a.zip
subcircuit documentation done
Diffstat (limited to 'src/subcircuit/openSub.py')
-rw-r--r--src/subcircuit/openSub.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/subcircuit/openSub.py b/src/subcircuit/openSub.py
index ba6d0617..4c1394eb 100644
--- a/src/subcircuit/openSub.py
+++ b/src/subcircuit/openSub.py
@@ -4,9 +4,11 @@ from projManagement.Worker import WorkerThread
import os
+# This class is called when User clicks on Edit Subcircuit Button.
class openSub(QtGui.QWidget):
"""
- This class is called when User click on Open Project Button
+ It opens the existing subcircuit projects that are present in
+ Subcircuit Library.
"""
def __init__(self):