42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="BookmarksDialog" ID="BookmarksDialog"></a> |
43 <a NAME="BookmarksDialog" ID="BookmarksDialog"></a> |
44 <h2>BookmarksDialog</h2> |
44 <h2>BookmarksDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to manage bookmarks. |
46 Class implementing a dialog to manage bookmarks. |
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_BookmarksDialog |
58 QDialog, Ui_BookmarksDialog |
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="#BookmarksDialog.__init__">BookmarksDialog</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#BookmarksDialog.__activated">__activated</a></td> |
70 <td><a href="#BookmarksDialog.__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="#BookmarksDialog.__customContextMenuRequested">__customContextMenuRequested</a></td> |
73 <td><a href="#BookmarksDialog.__customContextMenuRequested">__customContextMenuRequested</a></td> |
73 <td>Private slot to handle the context menu request for the bookmarks tree.</td> |
74 <td>Private slot to handle the context menu request for the bookmarks tree.</td> |
103 <td>Protected method to handle the closing of the dialog.</td> |
104 <td>Protected method to handle the closing of the dialog.</td> |
104 </tr><tr> |
105 </tr><tr> |
105 <td><a href="#BookmarksDialog.reject">reject</a></td> |
106 <td><a href="#BookmarksDialog.reject">reject</a></td> |
106 <td>Protected method called when the dialog is rejected.</td> |
107 <td>Protected method called when the dialog is rejected.</td> |
107 </tr> |
108 </tr> |
|
109 </table> |
|
110 <h3>Static Methods</h3> |
|
111 <table> |
|
112 <tr><td>None</td></tr> |
108 </table> |
113 </table> |
109 <a NAME="BookmarksDialog.__init__" ID="BookmarksDialog.__init__"></a> |
114 <a NAME="BookmarksDialog.__init__" ID="BookmarksDialog.__init__"></a> |
110 <h4>BookmarksDialog (Constructor)</h4> |
115 <h4>BookmarksDialog (Constructor)</h4> |
111 <b>BookmarksDialog</b>(<i>parent=None, manager=None</i>) |
116 <b>BookmarksDialog</b>(<i>parent=None, manager=None</i>) |
112 <p> |
117 <p> |