eric7.Plugins.VcsPlugins.vcsGit.GitListDialog
Module implementing a dialog to select from a list.
Global Attributes
Classes
Functions
GitListDialog
Class implementing a dialog to select from a list.
Derived from
QDialog, Ui_GitListDialog
Class Attributes
Class Methods
Methods
Static Methods
GitListDialog (Constructor)
GitListDialog(selections, parent=None)
Constructor
- selections (list of str)
-
list of entries to select from
- parent (QWidget)
-
reference to the parent widget
GitListDialog.getSelection
getSelection()
Public method to return the selected entries.
- Return:
-
list of selected entries
- Return Type:
-
list of str