6590:8cad6f50ff4c | 6591:7994baeb7abe |
---|---|
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 """ |