eric6.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 guards to select from (list of strings)
- activeGuards=
- 
list of active guards (list of strings)
- listOnly
- 
flag indicating to only list the guards (boolean)
- parent
- 
reference to the parent widget (QWidget)
HgQueuesGuardsSelectionDialog.getData
getData()
        Public method to retrieve the data.
- Returns:
- 
list of selected guards (list of strings)