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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
92 <p> 92 <p>
93 Constructor 93 Constructor
94 </p> 94 </p>
95 <dl> 95 <dl>
96 96
97 <dt><i>projectPath</i></dt> 97 <dt><i>projectPath</i> (str)</dt>
98 <dd> 98 <dd>
99 project directory name (string) 99 project directory name
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 reference to the parent widget (QWidget) 103 reference to the parent widget
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="HgAddSubrepositoryDialog.__updateOk" ID="HgAddSubrepositoryDialog.__updateOk"></a> 106 <a NAME="HgAddSubrepositoryDialog.__updateOk" ID="HgAddSubrepositoryDialog.__updateOk"></a>
107 <h4>HgAddSubrepositoryDialog.__updateOk</h4> 107 <h4>HgAddSubrepositoryDialog.__updateOk</h4>
108 <b>__updateOk</b>(<i></i>) 108 <b>__updateOk</b>(<i></i>)
119 </p> 119 </p>
120 <dl> 120 <dl>
121 <dt>Return:</dt> 121 <dt>Return:</dt>
122 <dd> 122 <dd>
123 tuple containing the relative path within the project, the 123 tuple containing the relative path within the project, the
124 sub-repository type and the sub-repository URL (string, string, 124 sub-repository type and the sub-repository URL
125 string) 125 </dd>
126 </dl>
127 <dl>
128 <dt>Return Type:</dt>
129 <dd>
130 tuple of (str, str, str)
126 </dd> 131 </dd>
127 </dl> 132 </dl>
128 <a NAME="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ID="HgAddSubrepositoryDialog.on_pathPicker_pathSelected"></a> 133 <a NAME="HgAddSubrepositoryDialog.on_pathPicker_pathSelected" ID="HgAddSubrepositoryDialog.on_pathPicker_pathSelected"></a>
129 <h4>HgAddSubrepositoryDialog.on_pathPicker_pathSelected</h4> 134 <h4>HgAddSubrepositoryDialog.on_pathPicker_pathSelected</h4>
130 <b>on_pathPicker_pathSelected</b>(<i>path</i>) 135 <b>on_pathPicker_pathSelected</b>(<i>path</i>)
146 <p> 151 <p>
147 Private slot to handle the update of the path. 152 Private slot to handle the update of the path.
148 </p> 153 </p>
149 <dl> 154 <dl>
150 155
151 <dt><i>p0</i></dt> 156 <dt><i>p0</i> (str)</dt>
152 <dd> 157 <dd>
153 text of the path edit (string) 158 text of the path edit
154 </dd> 159 </dd>
155 </dl> 160 </dl>
156 <a NAME="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ID="HgAddSubrepositoryDialog.on_urlEdit_textChanged"></a> 161 <a NAME="HgAddSubrepositoryDialog.on_urlEdit_textChanged" ID="HgAddSubrepositoryDialog.on_urlEdit_textChanged"></a>
157 <h4>HgAddSubrepositoryDialog.on_urlEdit_textChanged</h4> 162 <h4>HgAddSubrepositoryDialog.on_urlEdit_textChanged</h4>
158 <b>on_urlEdit_textChanged</b>(<i>p0</i>) 163 <b>on_urlEdit_textChanged</b>(<i>p0</i>)
160 <p> 165 <p>
161 Private slot to handle the update of the URL. 166 Private slot to handle the update of the URL.
162 </p> 167 </p>
163 <dl> 168 <dl>
164 169
165 <dt><i>p0</i></dt> 170 <dt><i>p0</i> (str)</dt>
166 <dd> 171 <dd>
167 text of the URL edit (string) 172 text of the URL edit
168 </dd> 173 </dd>
169 </dl> 174 </dl>
170 <div align="right"><a href="#top">Up</a></div> 175 <div align="right"><a href="#top">Up</a></div>
171 <hr /> 176 <hr />
172 </body></html> 177 </body></html>

eric ide

mercurial