eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html
--- a/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,30 +18,38 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.WebBrowser.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 />
+<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.
@@ -49,64 +57,84 @@
 <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>
+</tr>
+<tr>
 <td><a href="#BookmarkActionSelectionDialog.getAction">getAction</a></td>
 <td>Public method to get the selected action.</td>
-</tr><tr>
+</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>
+</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>
+</p>
+<dl>
+
 <dt><i>url</i></dt>
 <dd>
 URL to be worked on (QUrl)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="BookmarkActionSelectionDialog.getAction" ID="BookmarkActionSelectionDialog.getAction"></a>
+</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><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 reference to the associated action
 </dd>
-</dl><a NAME="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked" ID="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked"></a>
+</dl>
+<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>
+</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>

eric ide

mercurial