Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html

changeset 5038
df7103c3f2a6
parent 4918
71caf42a13d8
child 5656
9c21b2746218
diff -r b2b37d7c0791 -r df7103c3f2a6 Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html
--- a/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html	Thu Jul 14 18:56:39 2016 +0200
+++ b/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html	Sun Jul 17 15:36:11 2016 +0200
@@ -54,9 +54,20 @@
     Class implementing the history menu.
 </p><h3>Signals</h3>
 <dl>
-<dt>newUrl(QUrl, str)</dt>
+<dt>newBackgroundTab(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new
+        background tab
+</dd><dt>newPrivateWindow(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new
+        private window
+</dd><dt>newTab(QUrl, str)</dt>
 <dd>
 emitted to open a URL in a new tab
+</dd><dt>newWindow(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new window
 </dd><dt>openUrl(QUrl, str)</dt>
 <dd>
 emitted to open a URL in the current tab
@@ -380,9 +391,20 @@
     Class implementing the most visited history menu.
 </p><h3>Signals</h3>
 <dl>
-<dt>newUrl(QUrl, str)</dt>
+<dt>newBackgroundTab(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new
+        background tab
+</dd><dt>newPrivateWindow(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new
+        private window
+</dd><dt>newTab(QUrl, str)</dt>
 <dd>
 emitted to open a URL in a new tab
+</dd><dt>newWindow(QUrl, str)</dt>
+<dd>
+emitted to open a URL in a new window
 </dd><dt>openUrl(QUrl, str)</dt>
 <dd>
 emitted to open a URL in the current tab

eric ide

mercurial