UI/UserInterface.py

branch
maintenance
changeset 5655
884cd9c9ce05
parent 5635
7826d803fb58
child 5680
b93cb6353cc0
equal deleted inserted replaced
5635:7826d803fb58 5655:884cd9c9ce05
3927 elif self.layoutType == "Sidebars": 3927 elif self.layoutType == "Sidebars":
3928 self.rightSidebar.show() 3928 self.rightSidebar.show()
3929 self.rightSidebar.setCurrentWidget(self.debugViewer) 3929 self.rightSidebar.setCurrentWidget(self.debugViewer)
3930 else: 3930 else:
3931 self.debugViewer.show() 3931 self.debugViewer.show()
3932 self.debugViewer.setCurrentWidget(self.shellAssembly) 3932 self.debugViewer.setCurrentWidget(self.debugViewer.shellAssembly)
3933 else: # separate window 3933 else: # separate window
3934 if self.layoutType == "Toolboxes": 3934 if self.layoutType == "Toolboxes":
3935 self.hToolboxDock.show() 3935 self.hToolboxDock.show()
3936 self.hToolbox.setCurrentWidget(self.shellAssembly) 3936 self.hToolbox.setCurrentWidget(self.shellAssembly)
3937 elif self.layoutType == "Sidebars": 3937 elif self.layoutType == "Sidebars":

eric ide

mercurial