eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog
Module implementing the bookmark dialog.
Global Attributes
Classes
Functions
HgBookmarkDialog
Class mplementing the bookmark dialog.
Derived from
QDialog, Ui_HgBookmarkDialog
Class Attributes
Class Methods
Methods
Static Methods
HgBookmarkDialog (Constructor)
HgBookmarkDialog(mode, tagsList, branchesList, bookmarksList, parent=None)
Constructor
- mode (int)
-
of the dialog
- tagsList (list of str)
-
list of tags
- branchesList (list of str)
-
list of branches
- bookmarksList (list of str)
-
list of bookmarks
- parent (QWidget)
-
parent widget
HgBookmarkDialog.__updateBookmarksCombo
__updateBookmarksCombo()
Private slot to update the bookmarks combo.
HgBookmarkDialog.__updateOK
__updateOK()
Private slot to update the OK button.
HgBookmarkDialog.getData
getData()
Public method to retrieve the entered data.
- Return:
-
tuple naming the revision and the bookmark name
- Return Type:
-
tuple of (str, str)