42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="HistoryDialog" ID="HistoryDialog"></a> |
43 <a NAME="HistoryDialog" ID="HistoryDialog"></a> |
44 <h2>HistoryDialog</h2> |
44 <h2>HistoryDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to manage history. |
46 Class implementing a dialog to manage history. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>newUrl(QUrl, str)</dt> |
49 <dt>newUrl(QUrl, str)</dt> |
50 <dd> |
50 <dd> |
51 emitted to open a URL in a new tab |
51 emitted to open a URL in a new tab |
52 </dd><dt>openUrl(QUrl, str)</dt> |
52 </dd><dt>openUrl(QUrl, str)</dt> |
58 QDialog, Ui_HistoryDialog |
58 QDialog, Ui_HistoryDialog |
59 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
60 <table> |
60 <table> |
61 <tr><td>None</td></tr> |
61 <tr><td>None</td></tr> |
62 </table> |
62 </table> |
|
63 <h3>Class Methods</h3> |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
63 <h3>Methods</h3> |
67 <h3>Methods</h3> |
64 <table> |
68 <table> |
65 <tr> |
69 <tr> |
66 <td><a href="#HistoryDialog.__init__">HistoryDialog</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HistoryDialog.__activated">__activated</a></td> |
70 <td><a href="#HistoryDialog.__activated">__activated</a></td> |
70 <td>Private slot to handle the activation of an entry.</td> |
71 <td>Private slot to handle the activation of an entry.</td> |
71 </tr><tr> |
72 </tr><tr> |
72 <td><a href="#HistoryDialog.__copyHistory">__copyHistory</a></td> |
73 <td><a href="#HistoryDialog.__copyHistory">__copyHistory</a></td> |
73 <td>Private slot to copy a history entry's URL to the clipboard.</td> |
74 <td>Private slot to copy a history entry's URL to the clipboard.</td> |
85 <td>Private slot to open a history entry in the current browser tab.</td> |
86 <td>Private slot to open a history entry in the current browser tab.</td> |
86 </tr><tr> |
87 </tr><tr> |
87 <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td> |
88 <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td> |
88 <td>Private slot to open a history entry in a new browser tab.</td> |
89 <td>Private slot to open a history entry in a new browser tab.</td> |
89 </tr> |
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 <table> |
|
94 <tr><td>None</td></tr> |
90 </table> |
95 </table> |
91 <a NAME="HistoryDialog.__init__" ID="HistoryDialog.__init__"></a> |
96 <a NAME="HistoryDialog.__init__" ID="HistoryDialog.__init__"></a> |
92 <h4>HistoryDialog (Constructor)</h4> |
97 <h4>HistoryDialog (Constructor)</h4> |
93 <b>HistoryDialog</b>(<i>parent=None, manager=None</i>) |
98 <b>HistoryDialog</b>(<i>parent=None, manager=None</i>) |
94 <p> |
99 <p> |