src/eric7/WebBrowser/WebBrowserWindow.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10595
59579e8aff98
child 10698
ed332f3d26a7
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
4097 @type str 4097 @type str
4098 """ 4098 """
4099 EricMessageBox.warning(self, self.tr("eric Web Browser"), message) 4099 EricMessageBox.warning(self, self.tr("eric Web Browser"), message)
4100 4100
4101 @pyqtSlot(bool) 4101 @pyqtSlot(bool)
4102 def __docsInstalled(self, installed): 4102 def __docsInstalled(self, _installed):
4103 """ 4103 """
4104 Private slot handling the end of documentation installation. 4104 Private slot handling the end of documentation installation.
4105 4105
4106 @param installed flag indicating that documents were installed 4106 @param _installed flag indicating that documents were installed (unused)
4107 @type bool 4107 @type bool
4108 """ 4108 """
4109 if WebBrowserWindow._useQtHelp: 4109 if WebBrowserWindow._useQtHelp:
4110 self.statusBar().clearMessage() 4110 self.statusBar().clearMessage()
4111 self.__helpEngine.setupData() 4111 self.__helpEngine.setupData()
4144 searches, 4144 searches,
4145 favicons, 4145 favicons,
4146 cache, 4146 cache,
4147 cookies, 4147 cookies,
4148 passwords, 4148 passwords,
4149 databases,
4150 downloads, 4149 downloads,
4151 zoomValues, 4150 zoomValues,
4152 sslExceptions, 4151 sslExceptions,
4153 historyPeriod, 4152 historyPeriod,
4154 ) = dlg.getData() 4153 ) = dlg.getData()

eric ide

mercurial