eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog
Module implementing a dialog to select the action to be performed on the
bookmark.
Global Attributes
Classes
Functions
BookmarkActionSelectionDialog
Class implementing a dialog to select the action to be performed on
the bookmark.
Derived from
QDialog, Ui_BookmarkActionSelectionDialog
Class Attributes
AddBookmark |
AddSpeeddial |
EditBookmark |
RemoveSpeeddial |
Undefined |
Class Methods
Methods
Static Methods
BookmarkActionSelectionDialog (Constructor)
BookmarkActionSelectionDialog(url, parent=None)
Constructor
- url
-
URL to be worked on (QUrl)
- parent
-
reference to the parent widget (QWidget)
BookmarkActionSelectionDialog.getAction
getAction()
Public method to get the selected action.
- Returns:
-
reference to the associated action
BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked
on_bookmarkPushButton_clicked()
Private slot handling selection of a bookmark action.
BookmarkActionSelectionDialog.on_speeddialPushButton_clicked
on_speeddialPushButton_clicked()
Private slot handling selection of a speed dial action.