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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,30 +18,38 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</h1>
+
 <p>
 Module implementing a dialog to enter data needed for the initial creation
 of a repository configuration file (hgrc).
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td>
 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a>
 <h2>HgRepoConfigDataDialog</h2>
+
 <p>
     Class implementing a dialog to enter data needed for the initial creation
     of a repository configuration file (hgrc).
@@ -49,94 +57,123 @@
 <h3>Derived from</h3>
 QDialog, Ui_HgRepoConfigDataDialog
 <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="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td>
 <td>Public method to get the data entered into the dialog.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td>
 <td>Public method to get the data for the largefiles extension.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td>
 <td>Private slot to switch the default password visibility of the default push password.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td>
 <td>Private slot to switch the default password visibility of the default password.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a>
 <h4>HgRepoConfigDataDialog (Constructor)</h4>
 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>withLargefiles</i></dt>
 <dd>
 flag indicating to configure the largefiles
             section (boolean)
-</dd><dt><i>largefilesData</i></dt>
+</dd>
+<dt><i>largefilesData</i></dt>
 <dd>
 dictionary with data for the largefiles
             section (dict)
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
-</dl><a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a>
+</dl>
+<a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a>
 <h4>HgRepoConfigDataDialog.getData</h4>
 <b>getData</b>(<i></i>)
+
 <p>
         Public method to get the data entered into the dialog.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple giving the default and default push URLs (tuple of
             two strings)
 </dd>
-</dl><a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a>
+</dl>
+<a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a>
 <h4>HgRepoConfigDataDialog.getLargefilesData</h4>
 <b>getLargefilesData</b>(<i></i>)
+
 <p>
         Public method to get the data for the largefiles extension.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple with the minimum file size (integer) and file patterns
             (list of string). None as value denote to use the default value.
 </dd>
-</dl><a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a>
+</dl>
+<a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a>
 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4>
 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>)
+
 <p>
         Private slot to switch the default password visibility
         of the default push password.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the push button (boolean)
 </dd>
-</dl><a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a>
+</dl>
+<a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a>
 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4>
 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>)
+
 <p>
         Private slot to switch the default password visibility
         of the default password.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>checked</i></dt>
 <dd>
 state of the push button (boolean)

eric ide

mercurial