diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryDialog.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.History.HistoryDialog</h1> - <p> Module implementing a dialog to manage history. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#HistoryDialog">HistoryDialog</a></td> <td>Class implementing a dialog to manage history.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="HistoryDialog" ID="HistoryDialog"></a> <h2>HistoryDialog</h2> - <p> Class implementing a dialog to manage history. </p> + <h3>Signals</h3> <dl> @@ -67,19 +66,17 @@ <h3>Derived from</h3> QDialog, Ui_HistoryDialog <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#HistoryDialog.__init__">HistoryDialog</a></td> <td>Constructor</td> @@ -125,19 +122,20 @@ <td>Private slot to open a history entry in a new private browser window.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HistoryDialog.__init__" ID="HistoryDialog.__init__"></a> <h4>HistoryDialog (Constructor)</h4> <b>HistoryDialog</b>(<i>parent=None, manager=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -152,10 +150,10 @@ <a NAME="HistoryDialog.__activated" ID="HistoryDialog.__activated"></a> <h4>HistoryDialog.__activated</h4> <b>__activated</b>(<i>idx</i>) - <p> Private slot to handle the activation of an entry. </p> + <dl> <dt><i>idx</i> (QModelIndex)</dt> @@ -166,17 +164,17 @@ <a NAME="HistoryDialog.__copyHistory" ID="HistoryDialog.__copyHistory"></a> <h4>HistoryDialog.__copyHistory</h4> <b>__copyHistory</b>(<i></i>) - <p> Private slot to copy a history entry's URL to the clipboard. </p> + <a NAME="HistoryDialog.__customContextMenuRequested" ID="HistoryDialog.__customContextMenuRequested"></a> <h4>HistoryDialog.__customContextMenuRequested</h4> <b>__customContextMenuRequested</b>(<i>pos</i>) - <p> Private slot to handle the context menu request for the bookmarks tree. </p> + <dl> <dt><i>pos</i> (QPoint)</dt> @@ -187,17 +185,17 @@ <a NAME="HistoryDialog.__modelReset" ID="HistoryDialog.__modelReset"></a> <h4>HistoryDialog.__modelReset</h4> <b>__modelReset</b>(<i></i>) - <p> Private slot handling a reset of the tree view's model. </p> + <a NAME="HistoryDialog.__openHistory" ID="HistoryDialog.__openHistory"></a> <h4>HistoryDialog.__openHistory</h4> <b>__openHistory</b>(<i>newTab=False, background=False, newWindow=False, privateWindow=False</i>) - <p> Private method to open a history entry. </p> + <dl> <dt><i>newTab</i> (bool)</dt> @@ -222,38 +220,38 @@ <a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> <h4>HistoryDialog.__openHistoryInCurrentTab</h4> <b>__openHistoryInCurrentTab</b>(<i></i>) - <p> Private slot to open a history entry in the current browser tab. </p> + <a NAME="HistoryDialog.__openHistoryInNewBackgroundTab" ID="HistoryDialog.__openHistoryInNewBackgroundTab"></a> <h4>HistoryDialog.__openHistoryInNewBackgroundTab</h4> <b>__openHistoryInNewBackgroundTab</b>(<i></i>) - <p> Private slot to open a history entry in a new background tab. </p> + <a NAME="HistoryDialog.__openHistoryInNewTab" ID="HistoryDialog.__openHistoryInNewTab"></a> <h4>HistoryDialog.__openHistoryInNewTab</h4> <b>__openHistoryInNewTab</b>(<i></i>) - <p> Private slot to open a history entry in a new browser tab. </p> + <a NAME="HistoryDialog.__openHistoryInNewWindow" ID="HistoryDialog.__openHistoryInNewWindow"></a> <h4>HistoryDialog.__openHistoryInNewWindow</h4> <b>__openHistoryInNewWindow</b>(<i></i>) - <p> Private slot to open a history entry in a new browser window. </p> + <a NAME="HistoryDialog.__openHistoryInPrivateWindow" ID="HistoryDialog.__openHistoryInPrivateWindow"></a> <h4>HistoryDialog.__openHistoryInPrivateWindow</h4> <b>__openHistoryInPrivateWindow</b>(<i></i>) - <p> Private slot to open a history entry in a new private browser window. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>