Module implementing a widget showing the list of bookmarks.
None |
HelpBookmarksWidget | Class implementing a widget showing the list of bookmarks. |
None |
Class implementing a widget showing the list of bookmarks.
UrlRole |
None |
HelpBookmarksWidget | Constructor |
__addBookmark | Private slot to add a bookmark entry. |
__bookmarkActivated | Private slot handling the activation of a bookmark. |
__bookmarkCurrentPage | Private slot to bookmark the current page. |
__deleteBookmarks | Private method to delete the given bookmark items. |
__editBookmark | Private slot to edit a bookmark. |
__exportBookmarks | Private slot to export the bookmarks into a JSON file. |
__importBookmarks | Private slot to import bookmarks from a JSON file. |
__loadBookmarks | Private method to load the defined bookmarks. |
__newBookmark | Private slot to create a new bookmark. |
__openBookmarks | Private method to open all or selected bookmarks. |
__saveBookmarks | Private method to save the defined bookmarks. |
__showBackgroundMenu | Private slot to show the background menu (i.e. |
__showBookmarkContextMenu | Private slot to show the context menu for a bookmark. |
__showBookmarksContextMenu | Private slot to show the context menu for multiple bookmark. |
__showContextMenu | Private slot to handle the customContextMenuRequested signal of the viewlist. |
addBookmark | Public slot to add a bookmark with given data. |
keyPressEvent | Protected method handling key press events. |
None |
Constructor
Private slot to add a bookmark entry.
Private slot handling the activation of a bookmark.
Private slot to bookmark the current page.
Private method to delete the given bookmark items.
Private slot to edit a bookmark.
Private slot to export the bookmarks into a JSON file.
Private slot to import bookmarks from a JSON file.
Private method to load the defined bookmarks.
Private slot to create a new bookmark.
Private method to open all or selected bookmarks.
Private method to save the defined bookmarks.
Private slot to show the background menu (i.e. no selection).
Private slot to show the context menu for a bookmark.
Private slot to show the context menu for multiple bookmark.
Private slot to handle the customContextMenuRequested signal of the viewlist.
Public slot to add a bookmark with given data.
Protected method handling key press events.