eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog
Module implementing a dialog to enter the data for the repo conversion.
Global Attributes
Classes
Functions
LfConvertDataDialog
    Class implementing a dialog to enter the data for the repo conversion.
Derived from
QDialog, Ui_LfConvertDataDialog
Class Attributes
Class Methods
Methods
Static Methods
LfConvertDataDialog (Constructor)
LfConvertDataDialog(currentPath, mode, parent=None)
        Constructor
- currentPath
- 
directory name of the current project (string)
- mode
- 
dialog mode (string, one of 'largefiles' or 'normal')
- parent
- 
reference to the parent widget (QWidget)
LfConvertDataDialog.getData
getData()
        Public method to retrieve the entered data.
- Returns:
- 
tuple containing the new project directory name (string),
            minimum file size (integer) and file patterns (list of string)
LfConvertDataDialog.on_newProjectButton_clicked
on_newProjectButton_clicked()
        Private slot to select the new project directory name via a directory
        selection dialog.
LfConvertDataDialog.on_newProjectEdit_textChanged
on_newProjectEdit_textChanged(txt)
        Private slot to handle editing of the new project directory.
- txt
- 
new project directory name (string)