Sat, 25 Feb 2012 17:54:39 +0100
Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog</title> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog</h1> <p> Module implementing a dialog to select the action to be performed on the bookmark. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#BookmarkActionSelectionDialog">BookmarkActionSelectionDialog</a></td> <td>Class implementing a dialog to select the action to be performed on the bookmark.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="BookmarkActionSelectionDialog" ID="BookmarkActionSelectionDialog"></a> <h2>BookmarkActionSelectionDialog</h2> <p> Class implementing a dialog to select the action to be performed on the bookmark. </p> <h3>Derived from</h3> QDialog, Ui_BookmarkActionSelectionDialog <h3>Class Attributes</h3> <table> <tr><td>AddBookmark</td></tr><tr><td>AddSpeeddial</td></tr><tr><td>EditBookmark</td></tr><tr><td>RemoveSpeeddial</td></tr><tr><td>Undefined</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#BookmarkActionSelectionDialog.__init__">BookmarkActionSelectionDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#BookmarkActionSelectionDialog.getAction">getAction</a></td> <td>Public method to get the selected action.</td> </tr><tr> <td><a href="#BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked">on_bookmarkPushButton_clicked</a></td> <td>Private slot handling selection of a bookmark action.</td> </tr><tr> <td><a href="#BookmarkActionSelectionDialog.on_speeddialPushButton_clicked">on_speeddialPushButton_clicked</a></td> <td>Private slot handling selection of a speed dial action.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="BookmarkActionSelectionDialog.__init__" ID="BookmarkActionSelectionDialog.__init__"></a> <h4>BookmarkActionSelectionDialog (Constructor)</h4> <b>BookmarkActionSelectionDialog</b>(<i>url, parent=None</i>) <p> Constructor </p><dl> <dt><i>url</i></dt> <dd> URL to be worked on (QUrl) </dd><dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl><a NAME="BookmarkActionSelectionDialog.getAction" ID="BookmarkActionSelectionDialog.getAction"></a> <h4>BookmarkActionSelectionDialog.getAction</h4> <b>getAction</b>(<i></i>) <p> Public method to get the selected action. </p><a NAME="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked" ID="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked"></a> <h4>BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked</h4> <b>on_bookmarkPushButton_clicked</b>(<i></i>) <p> Private slot handling selection of a bookmark action. </p><a NAME="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked" ID="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked"></a> <h4>BookmarkActionSelectionDialog.on_speeddialPushButton_clicked</h4> <b>on_speeddialPushButton_clicked</b>(<i></i>) <p> Private slot handling selection of a speed dial action. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>