Module implementing the bookmark dialog of the helpviewer.
None |
BookmarkDialog | Class implementing the bookmark dialog of the helpviewer. |
None |
Class implementing the bookmark dialog of the helpviewer.
This dialog is used to edit and delete individual bookmarks. They can be rearranged and their contents can be edited.
None |
BookmarkDialog | Constructor |
__populateBookmarkList | Private function to set up the contents of the listview. |
__resizeColumns | Private method to resize the list columns. |
accept | Private slot called if the Ok button is pressed. |
on_bookmarkList_currentItemChanged | Private slot called, when the current item changes. |
on_deleteButton_clicked | Private slot called to delete a listview item. |
on_downButton_clicked | Private slot called to move the selected item down in the list. |
on_editButton_toggled | Private slot to switch the edit mode. |
on_upButton_clicked | Private slot called to move the selected item up in the list. |
show | Public slot called to display this dialog. |
Constructor
Private function to set up the contents of the listview.
Private method to resize the list columns.
Private slot called if the Ok button is pressed.
It updates the bookmarks list and writes it to the bookmarks file.
Private slot called, when the current item changes.
Private slot called to delete a listview item.
Private slot called to move the selected item down in the list.
Private slot to switch the edit mode.
Private slot called to move the selected item up in the list.
Public slot called to display this dialog.