eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog
Module implementing a dialog to select a list of guards.
Global Attributes
Classes
Functions
HgQueuesGuardsSelectionDialog
    Class implementing a dialog to select a list of guards.
Derived from
QDialog, Ui_HgQueuesGuardsSelectionDialog
Class Attributes
Class Methods
Methods
Static Methods
HgQueuesGuardsSelectionDialog (Constructor)
HgQueuesGuardsSelectionDialog(guards, activeGuards=None, listOnly=False, parent=None)
        Constructor
- guards (list of str)
- 
list of guards to select from
- activeGuards (list of str)
- 
list of active guards
- listOnly (bool)
- 
flag indicating to only list the guards
- parent (QWidget)
- 
reference to the parent widget
HgQueuesGuardsSelectionDialog.getData
getData()
        Public method to retrieve the data.
- Return:
- 
list of selected guards
- Return Type:
- 
list of str