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

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!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> (str)</dt>
<dd>
directory name of the current project
</dd>
<dt><i>mode</i> (str)</dt>
<dd>
dialog mode (one of 'largefiles' or 'normal')
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</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, minimum file size
            and file patterns
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, int, list of str)
</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> (str)</dt>
<dd>
new project directory name
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial