eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelvesSelectionDialog
Module implementing a dialog to select multiple shelve names.
Global Attributes
Classes
Functions
HgShelvesSelectionDialog
Class implementing a dialog to select multiple shelve names.
Derived from
QDialog, Ui_HgShelvesSelectionDialog
Class Attributes
Class Methods
Methods
Static Methods
HgShelvesSelectionDialog (Constructor)
HgShelvesSelectionDialog(message, shelveNames, parent=None)
Constructor
- message (str)
-
message to be shown
- shelveNames (list of str)
-
list of shelve names
- parent (QWidget)
-
reference to the parent widget
HgShelvesSelectionDialog.getSelectedShelves
getSelectedShelves()
Public method to retrieve the selected shelve names.
- Return:
-
selected shelve names
- Return Type:
-
list of str
HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged
on_shelvesList_itemSelectionChanged()
Private slot to enabled the OK button if items have been selected.