eric6/WebBrowser/WebBrowserWindow.py

changeset 7900
72b88fb20261
parent 7844
cb108454eda7
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
2460 Public slot called to open a new web browser tab. 2460 Public slot called to open a new web browser tab.
2461 2461
2462 @param link file to be displayed in the new window (string or QUrl) 2462 @param link file to be displayed in the new window (string or QUrl)
2463 @param addNextTo reference to the browser to open the tab after 2463 @param addNextTo reference to the browser to open the tab after
2464 (WebBrowserView) 2464 (WebBrowserView)
2465 @keyparam background flag indicating to open the tab in the 2465 @param background flag indicating to open the tab in the
2466 background (bool) 2466 background (bool)
2467 @return reference to the new browser 2467 @return reference to the new browser
2468 @rtype WebBrowserView 2468 @rtype WebBrowserView
2469 """ 2469 """
2470 if addNextTo: 2470 if addNextTo:

eric ide

mercurial