eric7.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog
Module implementing a dialog to enter the data for a copy or rename operation.
Global Attributes
Classes
HgCopyDialog |
Class implementing a dialog to enter the data for a copy or rename operation. |
Functions
HgCopyDialog
Class implementing a dialog to enter the data for a copy or rename
operation.
Derived from
QDialog, Ui_HgCopyDialog
Class Attributes
Class Methods
Methods
Static Methods
HgCopyDialog (Constructor)
HgCopyDialog(source, parent=None, move=False)
Constructor
- source (str)
-
name of the source file/directory
- parent (QWidget)
-
parent widget
- move (bool)
-
flag indicating a move operation
HgCopyDialog.getData
getData()
Public method to retrieve the copy data.
- Return:
-
the target name (string) and a flag indicating
the operation should be enforced
- Return Type:
-
bool
HgCopyDialog.on_targetPicker_textChanged
on_targetPicker_textChanged(txt)
Private slot to handle changes of the target.
- txt (str)
-
contents of the target edit