diff options
author | anjalijaiswal08 | 2019-06-19 17:54:55 +0530 |
---|---|---|
committer | anjalijaiswal08 | 2019-06-21 15:56:02 +0530 |
commit | 1d9967fa80981e856825a5d5910902245f2390ba (patch) | |
tree | 24d38eadde66ee25a5da2db56135285e1a5ce1e1 /src/frontEnd/Workspace.py | |
parent | fd265d087ff6dc7a09df400b165043e61bb7d0c0 (diff) | |
download | eSim-1d9967fa80981e856825a5d5910902245f2390ba.tar.gz eSim-1d9967fa80981e856825a5d5910902245f2390ba.tar.bz2 eSim-1d9967fa80981e856825a5d5910902245f2390ba.zip |
Issue #87 solved: Documentation of src/frontend
Diffstat (limited to 'src/frontEnd/Workspace.py')
-rw-r--r-- | src/frontEnd/Workspace.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/frontEnd/Workspace.py b/src/frontEnd/Workspace.py index 30d0607b..55a8c95e 100644 --- a/src/frontEnd/Workspace.py +++ b/src/frontEnd/Workspace.py @@ -20,11 +20,18 @@ from configuration.Appconfig import Appconfig import time import os -# This class creates Workspace GUI. - +# This class creates Workspace GUI. class Workspace(QtGui.QWidget): """ + This class creates UI for WorkSpace selection window. + + This window contains text area to select location of your choice + or browse location for workspace area. + + By default workspace is set in ~/eSim-Workspace. + + This workspace area contains all the projects made by user. """ |