eric7.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog
Module implementing a dialog to enter the data to relocate the workspace.
Global Attributes
Classes
SvnRelocateDialog |
Class implementing a dialog to enter the data to relocate the workspace. |
Functions
SvnRelocateDialog
Class implementing a dialog to enter the data to relocate the workspace.
Derived from
QDialog, Ui_SvnRelocateDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnRelocateDialog (Constructor)
SvnRelocateDialog(currUrl, parent=None)
Constructor
- currUrl (str)
-
current repository URL
- parent (QWidget)
-
parent widget
SvnRelocateDialog.getData
getData()
Public slot used to retrieve the data entered into the dialog.
- Return:
-
the new repository URL and an indication, if the relocate is inside
the repository
- Return Type:
-
tuple of (str, bool)