src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html

Mon, 09 Jan 2023 11:22:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Jan 2023 11:22:56 +0100
branch
eric7
changeset 9686
2eee7a645cba
parent 9209
b99e7fd55fd3
child 10438
4cd7e5a8b3cf
permissions
-rw-r--r--

Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog</h1>

<p>
Module implementing a dialog to enter the data for the repo conversion.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#LfConvertDataDialog">LfConvertDataDialog</a></td>
<td>Class implementing a dialog to enter the data for the repo conversion.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="LfConvertDataDialog" ID="LfConvertDataDialog"></a>
<h2>LfConvertDataDialog</h2>

<p>
    Class implementing a dialog to enter the data for the repo conversion.
</p>
<h3>Derived from</h3>
QDialog, Ui_LfConvertDataDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#LfConvertDataDialog.__init__">LfConvertDataDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#LfConvertDataDialog.getData">getData</a></td>
<td>Public method to retrieve the entered data.</td>
</tr>
<tr>
<td><a href="#LfConvertDataDialog.on_newProjectPicker_textChanged">on_newProjectPicker_textChanged</a></td>
<td>Private slot to handle editing of the new project directory.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="LfConvertDataDialog.__init__" ID="LfConvertDataDialog.__init__"></a>
<h4>LfConvertDataDialog (Constructor)</h4>
<b>LfConvertDataDialog</b>(<i>currentPath, mode, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>currentPath</i></dt>
<dd>
directory name of the current project (string)
</dd>
<dt><i>mode</i></dt>
<dd>
dialog mode (string, one of 'largefiles' or 'normal')
</dd>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a>
<h4>LfConvertDataDialog.getData</h4>
<b>getData</b>(<i></i>)

<p>
        Public method to retrieve the entered data.
</p>
<dl>
<dt>Return:</dt>
<dd>
tuple containing the new project directory name (string),
            minimum file size (integer) and file patterns (list of string)
</dd>
</dl>
<a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a>
<h4>LfConvertDataDialog.on_newProjectPicker_textChanged</h4>
<b>on_newProjectPicker_textChanged</b>(<i>txt</i>)

<p>
        Private slot to handle editing of the new project directory.
</p>
<dl>

<dt><i>txt</i></dt>
<dd>
new project directory name (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial