eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesListGuardsDialog
Module implementing a dialog to show the guards of a selected patch.
Global Attributes
Classes
Functions
HgQueuesListGuardsDialog
Class implementing a dialog to show the guards of a selected patch.
Derived from
QDialog, Ui_HgQueuesListGuardsDialog
Class Attributes
Class Methods
Methods
Static Methods
HgQueuesListGuardsDialog (Constructor)
HgQueuesListGuardsDialog(vcs, patchesList, parent=None)
Constructor
- vcs (Hg)
-
reference to the vcs object
- patchesList (list of str)
-
list of patches
- parent (QWidget)
-
reference to the parent widget
HgQueuesListGuardsDialog.closeEvent
closeEvent(e)
Protected slot implementing a close event handler.
- e (QCloseEvent)
-
close event
HgQueuesListGuardsDialog.on_patchSelector_activated
on_patchSelector_activated(index)
Private slot to get the list of guards for the given patch name.
- index (int)
-
index of the selected entry
HgQueuesListGuardsDialog.start
start()
Public slot to start the list command.