eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog
Module implementing a dialog to enter the data for a shelve operation.
Global Attributes
Classes
Functions
HgShelveDataDialog
    Class implementing a dialog to enter the data for a shelve operation.
Derived from
QDialog, Ui_HgShelveDataDialog
Class Attributes
Class Methods
Methods
Static Methods
HgShelveDataDialog (Constructor)
HgShelveDataDialog(parent=None)
        Constructor
- parent
- 
reference to the parent widget (QWidget)
HgShelveDataDialog.getData
getData()
        Public method to get the user data.
- Returns:
- 
tuple containing the name (string), date (QDateTime),
            message (string) and a flag indicating to add/remove
            new/missing files (boolean)