summaryrefslogtreecommitdiff
path: root/src/frontEnd/ViewManagement.py
diff options
context:
space:
mode:
authorfahim2015-05-08 17:22:19 +0530
committerfahim2015-05-08 17:22:19 +0530
commit37854e4e6e1dfd448bc7fb63e31d750843aa68bc (patch)
tree6e05791ab65b9084c34c0d32f01dde2f0d3962e1 /src/frontEnd/ViewManagement.py
parent4ec06556f4bd459477a4468acb562a0333a8ec07 (diff)
downloadeSim-37854e4e6e1dfd448bc7fb63e31d750843aa68bc.tar.gz
eSim-37854e4e6e1dfd448bc7fb63e31d750843aa68bc.tar.bz2
eSim-37854e4e6e1dfd448bc7fb63e31d750843aa68bc.zip
Subject: Added DockArea
Description: Added DockArea.py and modify Application.py to handle DockArea.
Diffstat (limited to 'src/frontEnd/ViewManagement.py')
-rwxr-xr-xsrc/frontEnd/ViewManagement.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontEnd/ViewManagement.py b/src/frontEnd/ViewManagement.py
index d3269a93..2b770387 100755
--- a/src/frontEnd/ViewManagement.py
+++ b/src/frontEnd/ViewManagement.py
@@ -49,7 +49,6 @@ class ViewManagement(QtGui.QSplitter):
#Adding view into views dictionary
self.addView(ProjectExplorer, 'ProjectExplorer')
self.addView(QtGui.QTextEdit, 'MainArea')
- self.addView(Plotting, 'Plotting')
self.addView(QtGui.QTextEdit, 'Browser')