From 37854e4e6e1dfd448bc7fb63e31d750843aa68bc Mon Sep 17 00:00:00 2001 From: fahim Date: Fri, 8 May 2015 17:22:19 +0530 Subject: Subject: Added DockArea Description: Added DockArea.py and modify Application.py to handle DockArea. --- src/frontEnd/ViewManagement.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/frontEnd/ViewManagement.py') 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') -- cgit