Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html

Sat, 22 Oct 2016 17:09:08 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 22 Oct 2016 17:09:08 +0200
changeset 5264
8bc23ecb4ea3
child 5292
ac8b476ba122
permissions
-rw-r--r--

Finished the refactoring of the Mercurial user config management code.

<!DOCTYPE html>
<html><head>
<title>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog</h1>
<p>
Module implementing a dialog to edit a host fingerprint.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#HgUserConfigHostFingerprintDialog">HgUserConfigHostFingerprintDialog</a></td>
<td>Class implementing a dialog to edit a host fingerprint.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="HgUserConfigHostFingerprintDialog" ID="HgUserConfigHostFingerprintDialog"></a>
<h2>HgUserConfigHostFingerprintDialog</h2>
<p>
    Class implementing a dialog to edit a host fingerprint.
</p>
<h3>Derived from</h3>
QDialog, Ui_HgUserConfigHostFingerprintDialog
<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="#HgUserConfigHostFingerprintDialog.__init__">HgUserConfigHostFingerprintDialog</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#HgUserConfigHostFingerprintDialog.getData">getData</a></td>
<td>Public method to retrieve the data.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="HgUserConfigHostFingerprintDialog.__init__" ID="HgUserConfigHostFingerprintDialog.__init__"></a>
<h4>HgUserConfigHostFingerprintDialog (Constructor)</h4>
<b>HgUserConfigHostFingerprintDialog</b>(<i>parent=None, host="", fingerprint=""</i>)
<p>
        Constructor
</p><dl>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd><dt><i>host</i> (str)</dt>
<dd>
host name
</dd><dt><i>fingerprint</i> (str)</dt>
<dd>
fingerprint for the host
</dd>
</dl><a NAME="HgUserConfigHostFingerprintDialog.getData" ID="HgUserConfigHostFingerprintDialog.getData"></a>
<h4>HgUserConfigHostFingerprintDialog.getData</h4>
<b>getData</b>(<i></i>)
<p>
        Public method to retrieve the data.
</p><dl>
<dt>Returns:</dt>
<dd>
tuple containig the host name and the fingerprint
</dd>
</dl><dl>
<dt>Return Type:</dt>
<dd>
tuple of two str
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial