eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog
Module implementing a dialog to enter the archive data.
Global Attributes
Classes
Functions
HgArchiveDialog
Class implementing a dialog to enter the archive data.
Derived from
QDialog, Ui_HgArchiveDialog
Class Attributes
Class Methods
Methods
Static Methods
HgArchiveDialog (Constructor)
HgArchiveDialog(vcs, parent=None)
Constructor
- vcs
-
reference to the Mercurial object (Hg)
- parent
-
reference to the parent widget (QWidget)
HgArchiveDialog.getData
getData()
Public method to retrieve the data.
- Returns:
-
tuple giving the archive name (string), the archive type
(string), the directory prefix 8string) and a flag indicating
to recurse into subrepositories (boolean)
HgArchiveDialog.on_archivePicker_textChanged
on_archivePicker_textChanged(archive)
Private slot to handle changes of the archive name.
- archive
-
name of the archive (string)
HgArchiveDialog.on_typeComboBox_activated
on_typeComboBox_activated(index)
Private slot to react on changes of the selected archive type.
- index
-
index of the selected type (integer)