eric7/UI/UserInterface.py

branch
eric7
changeset 9031
8c9013b363bc
parent 9020
3d87cd80cd45
child 9033
866633f4fbf3
equal deleted inserted replaced
9030:13a03f9eee6b 9031:8c9013b363bc
7321 if self.__pluginInstallDialog.restartNeeded(): 7321 if self.__pluginInstallDialog.restartNeeded():
7322 self.__pluginInstallDialog.deleteLater() 7322 self.__pluginInstallDialog.deleteLater()
7323 del self.__pluginInstallDialog 7323 del self.__pluginInstallDialog
7324 self.__restart(ask=True) 7324 self.__restart(ask=True)
7325 7325
7326 self.pluginRepositoryViewer.updateList() 7326 self.pluginRepositoryViewer.reloadList()
7327 7327
7328 def __deinstallPlugin(self): 7328 def __deinstallPlugin(self):
7329 """ 7329 """
7330 Private slot to show a dialog to uninstall a plugin. 7330 Private slot to show a dialog to uninstall a plugin.
7331 """ 7331 """
7369 @pyqtSlot() 7369 @pyqtSlot()
7370 def activatePluginRepositoryViewer(self): 7370 def activatePluginRepositoryViewer(self):
7371 """ 7371 """
7372 Public slot to activate the plugin repository viewer. 7372 Public slot to activate the plugin repository viewer.
7373 """ 7373 """
7374 self.pluginRepositoryViewer.updateList() 7374 self.pluginRepositoryViewer.reloadList()
7375 7375
7376 if self.__layoutType == "Toolboxes": 7376 if self.__layoutType == "Toolboxes":
7377 self.rToolboxDock.show() 7377 self.rToolboxDock.show()
7378 self.rToolbox.setCurrentWidget(self.pluginRepositoryViewer) 7378 self.rToolbox.setCurrentWidget(self.pluginRepositoryViewer)
7379 elif self.__layoutType == "Sidebars": 7379 elif self.__layoutType == "Sidebars":

eric ide

mercurial