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) |