UI/UserInterface.py

changeset 1279
facfc314dfeb
parent 1232
ed31e909cf2e
child 1310
7fdcfa822e3e
equal deleted inserted replaced
1275:3db9193a528b 1279:facfc314dfeb
554 # restore toolbar manager state 554 # restore toolbar manager state
555 splash.showMessage(self.trUtf8("Restoring Toolbarmanager...")) 555 splash.showMessage(self.trUtf8("Restoring Toolbarmanager..."))
556 self.toolbarManager.restoreState(Preferences.getUI("ToolbarManagerState")) 556 self.toolbarManager.restoreState(Preferences.getUI("ToolbarManagerState"))
557 557
558 # now activate the initial view profile 558 # now activate the initial view profile
559 splash.showMessage(self.trUtf8("Setting View Profile..."))
559 self.__setEditProfile() 560 self.__setEditProfile()
560 561
561 # now read the saved tasks 562 # now read the saved tasks
563 splash.showMessage(self.trUtf8("Reading Tasks..."))
562 self.__readTasks() 564 self.__readTasks()
563 565
564 # now read the saved templates 566 # now read the saved templates
567 splash.showMessage(self.trUtf8("Reading Templates..."))
565 self.templateViewer.readTemplates() 568 self.templateViewer.readTemplates()
566 569
567 # now start the debug client 570 # now start the debug client
571 splash.showMessage(self.trUtf8("Starting Debugger..."))
568 debugServer.startClient(False) 572 debugServer.startClient(False)
569 573
570 # attributes for the network objects 574 # attributes for the network objects
571 self.__networkManager = QNetworkAccessManager(self) 575 self.__networkManager = QNetworkAccessManager(self)
572 self.__networkManager.proxyAuthenticationRequired.connect( 576 self.__networkManager.proxyAuthenticationRequired.connect(

eric ide

mercurial