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><h4>Signals</h4> |
48 <dl> |
48 <dl> |
49 <dt>newUrl(const QUrl&, const QString&)</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(const QUrl&, const QString&)</dt> |
52 </dd><dt>openUrl(QUrl, str)</dt> |
53 <dd> |
53 <dd> |
54 emitted to open a URL in the current |
54 emitted to open a URL in the current tab |
55 tab |
|
56 </dd> |
55 </dd> |
57 </dl> |
56 </dl> |
58 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
59 QDialog, Ui_BookmarksDialog |
58 QDialog, Ui_BookmarksDialog |
60 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
61 <table> |
60 <table> |
62 <tr><td>None</td></tr> |
61 <tr><td>newUrl</td></tr><tr><td>openUrl</td></tr> |
63 </table> |
62 </table> |
64 <h3>Methods</h3> |
63 <h3>Methods</h3> |
65 <table> |
64 <table> |
66 <tr> |
65 <tr> |
67 <td><a href="#BookmarksDialog.__init__">BookmarksDialog</a></td> |
66 <td><a href="#BookmarksDialog.__init__">BookmarksDialog</a></td> |