UI/Previewers/PreviewerHTML.py

changeset 6287
9a193ff6d24a
parent 6048
82ad8ec9548c
child 6319
df201b9fbad4
child 6372
ae44c83fccab
equal deleted inserted replaced
6286:2c8a751d6137 6287:9a193ff6d24a
327 @pyqtSlot(QUrl) 327 @pyqtSlot(QUrl)
328 def on_previewView_linkClicked(self, url): 328 def on_previewView_linkClicked(self, url):
329 """ 329 """
330 Private slot handling the clicking of a link. 330 Private slot handling the clicking of a link.
331 331
332 @param url url of the clicked link (QUrl) 332 @param url URL of the clicked link
333 """ 333 @type QUrl
334 e5App().getObject("UserInterface").launchHelpViewer(url.toString()) 334 """
335 e5App().getObject("UserInterface").launchHelpViewer(url)
335 336
336 def __execJavaScript(self, script): 337 def __execJavaScript(self, script):
337 """ 338 """
338 Private function to execute a JavaScript function Synchroneously. 339 Private function to execute a JavaScript function Synchroneously.
339 340

eric ide

mercurial