Module implementing the bookmark dialog of the helpviewer.
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.
BookmarkDialog | Constructor |
accept | Private slot called if the Ok button is pressed. |
handleDelete | Private slot called to delete a listview item. |
moveDown | Private slot called to move the selected item down in the list. |
moveUp | Private slot called to move the selected item up in the list. |
populateBMListView | Private function to set up the contents of the listview. |
show | Public slot called to display this dialog. |
Constructor
Private slot called if the Ok button is pressed.
It updates the bookmarks list and writes it to the bookmarks file.
Private slot called to delete a listview item.
Private slot called to move the selected item down in the list.
Private slot called to move the selected item up in the list.
Private function to set up the contents of the listview.
Public slot called to display this dialog.