diff options
author | Sunil Shetye | 2019-06-24 10:29:39 +0530 |
---|---|---|
committer | GitHub | 2019-06-24 10:29:39 +0530 |
commit | a5effc6fcfb55751cd60a08f9774391ed34ba711 (patch) | |
tree | 7e15a2db5094747bcce4daf88b357eec4f803b85 /src/frontEnd/Workspace.py | |
parent | fd265d087ff6dc7a09df400b165043e61bb7d0c0 (diff) | |
parent | 2b4de1b9b56d436d156ee6259db95bf29d9373ab (diff) | |
download | eSim-a5effc6fcfb55751cd60a08f9774391ed34ba711.tar.gz eSim-a5effc6fcfb55751cd60a08f9774391ed34ba711.tar.bz2 eSim-a5effc6fcfb55751cd60a08f9774391ed34ba711.zip |
Merge pull request #88 from anjalijaiswal08/documentation
Documentation
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. """ |