Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksMenu.html

changeset 5038
df7103c3f2a6
parent 5015
ca1d44f0f6b2
child 6123
39cd368143db
equal deleted inserted replaced
5037:b2b37d7c0791 5038:df7103c3f2a6
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>

eric ide

mercurial