Helpviewer/HelpBrowserWV.py

changeset 3539
0c2dc1446ebf
parent 3484
645c12de6b0c
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3538:33a75660df08 3539:0c2dc1446ebf
1825 1825
1826 @param text text to be shown in the status bar (string) 1826 @param text text to be shown in the status bar (string)
1827 """ 1827 """
1828 self.mw.statusBar().showMessage(text) 1828 self.mw.statusBar().showMessage(text)
1829 1829
1830 def __linkHovered(self, link, title, textContent): 1830 def __linkHovered(self, link, title, textContent):
1831 """ 1831 """
1832 Private slot to handle the linkHovered signal. 1832 Private slot to handle the linkHovered signal.
1833 1833
1834 @param link the URL of the link (string) 1834 @param link the URL of the link (string)
1835 @param title the link title (string) 1835 @param title the link title (string)

eric ide

mercurial