46 <h2>BookmarksMenu</h2> |
46 <h2>BookmarksMenu</h2> |
47 <p> |
47 <p> |
48 Class implementing the bookmarks menu base class. |
48 Class implementing the bookmarks menu base class. |
49 </p><h3>Signals</h3> |
49 </p><h3>Signals</h3> |
50 <dl> |
50 <dl> |
51 <dt>newUrl(QUrl, str)</dt> |
51 <dt>newTab(QUrl, str)</dt> |
52 <dd> |
52 <dd> |
53 emitted to open a URL with the given title in a |
53 emitted to open a URL with the given title in a |
54 new tab |
54 new tab |
|
55 </dd><dt>newWindow(QUrl, str)</dt> |
|
56 <dd> |
|
57 emitted to open a URL with the given title in |
|
58 a new window |
55 </dd><dt>openUrl(QUrl, str)</dt> |
59 </dd><dt>openUrl(QUrl, str)</dt> |
56 <dd> |
60 <dd> |
57 emitted to open a URL with the given title in |
61 emitted to open a URL with the given title in |
58 the current tab |
62 the current tab |
59 </dd> |
63 </dd> |