src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
90 <p> 90 <p>
91 Constructor 91 Constructor
92 </p> 92 </p>
93 <dl> 93 <dl>
94 94
95 <dt><i>withLargefiles</i></dt> 95 <dt><i>withLargefiles</i> (bool)</dt>
96 <dd> 96 <dd>
97 flag indicating to configure the largefiles 97 flag indicating to configure the largefiles section
98 section (boolean)
99 </dd> 98 </dd>
100 <dt><i>largefilesData</i></dt> 99 <dt><i>largefilesData</i> (dictdict)</dt>
101 <dd> 100 <dd>
102 dictionary with data for the largefiles 101 dictionary with data for the largefiles section
103 section (dict)
104 </dd> 102 </dd>
105 <dt><i>parent</i></dt> 103 <dt><i>parent</i> (QWidget)</dt>
106 <dd> 104 <dd>
107 reference to the parent widget (QWidget) 105 reference to the parent widget
108 </dd> 106 </dd>
109 </dl> 107 </dl>
110 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> 108 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a>
111 <h4>HgRepoConfigDataDialog.getData</h4> 109 <h4>HgRepoConfigDataDialog.getData</h4>
112 <b>getData</b>(<i></i>) 110 <b>getData</b>(<i></i>)
115 Public method to get the data entered into the dialog. 113 Public method to get the data entered into the dialog.
116 </p> 114 </p>
117 <dl> 115 <dl>
118 <dt>Return:</dt> 116 <dt>Return:</dt>
119 <dd> 117 <dd>
120 tuple giving the default and default push URLs (tuple of 118 tuple giving the default and default push URLs
121 two strings) 119 </dd>
120 </dl>
121 <dl>
122 <dt>Return Type:</dt>
123 <dd>
124 tuple of (str, str)
122 </dd> 125 </dd>
123 </dl> 126 </dl>
124 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> 127 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a>
125 <h4>HgRepoConfigDataDialog.getLargefilesData</h4> 128 <h4>HgRepoConfigDataDialog.getLargefilesData</h4>
126 <b>getLargefilesData</b>(<i></i>) 129 <b>getLargefilesData</b>(<i></i>)
129 Public method to get the data for the largefiles extension. 132 Public method to get the data for the largefiles extension.
130 </p> 133 </p>
131 <dl> 134 <dl>
132 <dt>Return:</dt> 135 <dt>Return:</dt>
133 <dd> 136 <dd>
134 tuple with the minimum file size (integer) and file patterns 137 tuple with the minimum file size and file patterns. None as value
135 (list of string). None as value denote to use the default value. 138 denote to use the default value.
139 </dd>
140 </dl>
141 <dl>
142 <dt>Return Type:</dt>
143 <dd>
144 tuple of (int, list of str)
136 </dd> 145 </dd>
137 </dl> 146 </dl>
138 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> 147 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a>
139 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> 148 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4>
140 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) 149 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>)
143 Private slot to switch the default password visibility 152 Private slot to switch the default password visibility
144 of the default push password. 153 of the default push password.
145 </p> 154 </p>
146 <dl> 155 <dl>
147 156
148 <dt><i>checked</i></dt> 157 <dt><i>checked</i> (bool)</dt>
149 <dd> 158 <dd>
150 state of the push button (boolean) 159 state of the push button
151 </dd> 160 </dd>
152 </dl> 161 </dl>
153 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> 162 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a>
154 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4> 163 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4>
155 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>) 164 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>)
158 Private slot to switch the default password visibility 167 Private slot to switch the default password visibility
159 of the default password. 168 of the default password.
160 </p> 169 </p>
161 <dl> 170 <dl>
162 171
163 <dt><i>checked</i></dt> 172 <dt><i>checked</i> (bool)</dt>
164 <dd> 173 <dd>
165 state of the push button (boolean) 174 state of the push button
166 </dd> 175 </dd>
167 </dl> 176 </dl>
168 <div align="right"><a href="#top">Up</a></div> 177 <div align="right"><a href="#top">Up</a></div>
169 <hr /> 178 <hr />
170 </body></html> 179 </body></html>

eric ide

mercurial