52 <h2>HistoryMenu</h2> |
52 <h2>HistoryMenu</h2> |
53 <p> |
53 <p> |
54 Class implementing the history menu. |
54 Class implementing the history menu. |
55 </p><h3>Signals</h3> |
55 </p><h3>Signals</h3> |
56 <dl> |
56 <dl> |
57 <dt>newUrl(QUrl, str)</dt> |
57 <dt>newBackgroundTab(QUrl, str)</dt> |
|
58 <dd> |
|
59 emitted to open a URL in a new |
|
60 background tab |
|
61 </dd><dt>newPrivateWindow(QUrl, str)</dt> |
|
62 <dd> |
|
63 emitted to open a URL in a new |
|
64 private window |
|
65 </dd><dt>newTab(QUrl, str)</dt> |
58 <dd> |
66 <dd> |
59 emitted to open a URL in a new tab |
67 emitted to open a URL in a new tab |
|
68 </dd><dt>newWindow(QUrl, str)</dt> |
|
69 <dd> |
|
70 emitted to open a URL in a new window |
60 </dd><dt>openUrl(QUrl, str)</dt> |
71 </dd><dt>openUrl(QUrl, str)</dt> |
61 <dd> |
72 <dd> |
62 emitted to open a URL in the current tab |
73 emitted to open a URL in the current tab |
63 </dd> |
74 </dd> |
64 </dl> |
75 </dl> |
378 <h2>HistoryMostVisitedMenu</h2> |
389 <h2>HistoryMostVisitedMenu</h2> |
379 <p> |
390 <p> |
380 Class implementing the most visited history menu. |
391 Class implementing the most visited history menu. |
381 </p><h3>Signals</h3> |
392 </p><h3>Signals</h3> |
382 <dl> |
393 <dl> |
383 <dt>newUrl(QUrl, str)</dt> |
394 <dt>newBackgroundTab(QUrl, str)</dt> |
|
395 <dd> |
|
396 emitted to open a URL in a new |
|
397 background tab |
|
398 </dd><dt>newPrivateWindow(QUrl, str)</dt> |
|
399 <dd> |
|
400 emitted to open a URL in a new |
|
401 private window |
|
402 </dd><dt>newTab(QUrl, str)</dt> |
384 <dd> |
403 <dd> |
385 emitted to open a URL in a new tab |
404 emitted to open a URL in a new tab |
|
405 </dd><dt>newWindow(QUrl, str)</dt> |
|
406 <dd> |
|
407 emitted to open a URL in a new window |
386 </dd><dt>openUrl(QUrl, str)</dt> |
408 </dd><dt>openUrl(QUrl, str)</dt> |
387 <dd> |
409 <dd> |
388 emitted to open a URL in the current tab |
410 emitted to open a URL in the current tab |
389 </dd> |
411 </dd> |
390 </dl> |
412 </dl> |