WebBrowser/WebBrowserView.py

branch
maintenance
changeset 6602
331ac8f99cf8
parent 6487
d3ca83d691e7
parent 6591
7994baeb7abe
child 6646
51eefa621de4
equal deleted inserted replaced
6570:06e7d2941ead 6602:331ac8f99cf8
1750 1750
1751 def __loadStarted(self): 1751 def __loadStarted(self):
1752 """ 1752 """
1753 Private method to handle the loadStarted signal. 1753 Private method to handle the loadStarted signal.
1754 """ 1754 """
1755 # reset search
1756 self.findText("")
1755 self.__isLoading = True 1757 self.__isLoading = True
1756 self.__progress = 0 1758 self.__progress = 0
1757 1759
1758 def __loadProgress(self, progress): 1760 def __loadProgress(self, progress):
1759 """ 1761 """

eric ide

mercurial