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

changeset 3316
aaa864fa5c1e
parent 3246
4cd58a0d6c28
equal deleted inserted replaced
3315:bd1a25ead18d 3316:aaa864fa5c1e
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr><tr> 64 </tr><tr>
65 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td> 65 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td>
66 <td>Public method to get the data entered into the dialog.</td> 66 <td>Public method to get the data entered into the dialog.</td>
67 </tr><tr> 67 </tr><tr>
68 <td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td>
69 <td>Public method to get the data for the largefiles extension.</td>
70 </tr><tr>
68 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td> 71 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td>
69 <td>Private slot to switch the default password visibility of the default push password.</td> 72 <td>Private slot to switch the default password visibility of the default push password.</td>
70 </tr><tr> 73 </tr><tr>
71 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td> 74 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td>
72 <td>Private slot to switch the default password visibility of the default password.</td> 75 <td>Private slot to switch the default password visibility of the default password.</td>
76 <table> 79 <table>
77 <tr><td>None</td></tr> 80 <tr><td>None</td></tr>
78 </table> 81 </table>
79 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> 82 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a>
80 <h4>HgRepoConfigDataDialog (Constructor)</h4> 83 <h4>HgRepoConfigDataDialog (Constructor)</h4>
81 <b>HgRepoConfigDataDialog</b>(<i>parent=None</i>) 84 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>)
82 <p> 85 <p>
83 Constructor 86 Constructor
84 </p><dl> 87 </p><dl>
85 <dt><i>parent</i></dt> 88 <dt><i>withLargefiles</i></dt>
89 <dd>
90 flag indicating to configure the largefiles
91 section (boolean)
92 </dd><dt><i>largefilesData</i></dt>
93 <dd>
94 dictionary with data for the largefiles
95 section (dict)
96 </dd><dt><i>parent</i></dt>
86 <dd> 97 <dd>
87 reference to the parent widget (QWidget) 98 reference to the parent widget (QWidget)
88 </dd> 99 </dd>
89 </dl><a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> 100 </dl><a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a>
90 <h4>HgRepoConfigDataDialog.getData</h4> 101 <h4>HgRepoConfigDataDialog.getData</h4>
94 </p><dl> 105 </p><dl>
95 <dt>Returns:</dt> 106 <dt>Returns:</dt>
96 <dd> 107 <dd>
97 tuple giving the default and default push URLs (tuple of 108 tuple giving the default and default push URLs (tuple of
98 two strings) 109 two strings)
110 </dd>
111 </dl><a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a>
112 <h4>HgRepoConfigDataDialog.getLargefilesData</h4>
113 <b>getLargefilesData</b>(<i></i>)
114 <p>
115 Public method to get the data for the largefiles extension.
116 </p><dl>
117 <dt>Returns:</dt>
118 <dd>
119 tuple with the minimum file size (integer) and file patterns
120 (list of string). None as value denote to use the default value.
99 </dd> 121 </dd>
100 </dl><a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> 122 </dl><a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a>
101 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> 123 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4>
102 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) 124 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>)
103 <p> 125 <p>

eric ide

mercurial