src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
100 <p> 100 <p>
101 Constructor 101 Constructor
102 </p> 102 </p>
103 <dl> 103 <dl>
104 104
105 <dt><i>mode</i></dt> 105 <dt><i>mode</i> (int)</dt>
106 <dd> 106 <dd>
107 mode of the dialog (HgQueuesNewPatchDialog.NEW_MODE, 107 mode of the dialog (HgQueuesNewPatchDialog.NEW_MODE,
108 HgQueuesNewPatchDialog.REFRESH_MODE) 108 HgQueuesNewPatchDialog.REFRESH_MODE)
109 </dd> 109 </dd>
110 <dt><i>message</i></dt> 110 <dt><i>message</i> (str)</dt>
111 <dd> 111 <dd>
112 text to set as the commit message (string) 112 text to set as the commit message
113 </dd> 113 </dd>
114 <dt><i>parent</i></dt> 114 <dt><i>parent</i> (QWidget)</dt>
115 <dd> 115 <dd>
116 reference to the parent widget (QWidget) 116 reference to the parent widget
117 </dd> 117 </dd>
118 </dl> 118 </dl>
119 <dl> 119 <dl>
120 120
121 <dt>Raises <b>ValueError</b>:</dt> 121 <dt>Raises <b>ValueError</b>:</dt>
142 <dd> 142 <dd>
143 tuple giving the patch name and message, a tuple giving a 143 tuple giving the patch name and message, a tuple giving a
144 flag indicating to set the user, a flag indicating to use the 144 flag indicating to set the user, a flag indicating to use the
145 current user and the user name and another tuple giving a flag 145 current user and the user name and another tuple giving a flag
146 indicating to set the date, a flag indicating to use the 146 indicating to set the date, a flag indicating to use the
147 current date and the date (string, string, (boolean, boolean, 147 current date and the date
148 string), (boolean, boolean, string)) 148 </dd>
149 </dl>
150 <dl>
151 <dt>Return Type:</dt>
152 <dd>
153 tuple of (str, str, tuple of (bool, bool, str), tuple of
154 (bool, bool, str))
149 </dd> 155 </dd>
150 </dl> 156 </dl>
151 <a NAME="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" ID="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled"></a> 157 <a NAME="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled" ID="HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled"></a>
152 <h4>HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled</h4> 158 <h4>HgQueuesNewPatchDialog.on_currentUserCheckBox_toggled</h4>
153 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>) 159 <b>on_currentUserCheckBox_toggled</b>(<i>checked</i>)
155 <p> 161 <p>
156 Private slot to handle changes of the currentuser state. 162 Private slot to handle changes of the currentuser state.
157 </p> 163 </p>
158 <dl> 164 <dl>
159 165
160 <dt><i>checked</i></dt> 166 <dt><i>checked</i> (bool)</dt>
161 <dd> 167 <dd>
162 flag giving the checked state (boolean) 168 flag giving the checked state
163 </dd> 169 </dd>
164 </dl> 170 </dl>
165 <a NAME="HgQueuesNewPatchDialog.on_messageEdit_textChanged" ID="HgQueuesNewPatchDialog.on_messageEdit_textChanged"></a> 171 <a NAME="HgQueuesNewPatchDialog.on_messageEdit_textChanged" ID="HgQueuesNewPatchDialog.on_messageEdit_textChanged"></a>
166 <h4>HgQueuesNewPatchDialog.on_messageEdit_textChanged</h4> 172 <h4>HgQueuesNewPatchDialog.on_messageEdit_textChanged</h4>
167 <b>on_messageEdit_textChanged</b>(<i></i>) 173 <b>on_messageEdit_textChanged</b>(<i></i>)
176 <p> 182 <p>
177 Private slot to handle changes of the patch name. 183 Private slot to handle changes of the patch name.
178 </p> 184 </p>
179 <dl> 185 <dl>
180 186
181 <dt><i>txt</i></dt> 187 <dt><i>txt</i> (str)</dt>
182 <dd> 188 <dd>
183 text of the edit (string) 189 text of the edit
184 </dd> 190 </dd>
185 </dl> 191 </dl>
186 <a NAME="HgQueuesNewPatchDialog.on_userEdit_textChanged" ID="HgQueuesNewPatchDialog.on_userEdit_textChanged"></a> 192 <a NAME="HgQueuesNewPatchDialog.on_userEdit_textChanged" ID="HgQueuesNewPatchDialog.on_userEdit_textChanged"></a>
187 <h4>HgQueuesNewPatchDialog.on_userEdit_textChanged</h4> 193 <h4>HgQueuesNewPatchDialog.on_userEdit_textChanged</h4>
188 <b>on_userEdit_textChanged</b>(<i>txt</i>) 194 <b>on_userEdit_textChanged</b>(<i>txt</i>)
190 <p> 196 <p>
191 Private slot to handle changes of the user name. 197 Private slot to handle changes of the user name.
192 </p> 198 </p>
193 <dl> 199 <dl>
194 200
195 <dt><i>txt</i></dt> 201 <dt><i>txt</i> (str)</dt>
196 <dd> 202 <dd>
197 text of the edit (string) 203 text of the edit
198 </dd> 204 </dd>
199 </dl> 205 </dl>
200 <a NAME="HgQueuesNewPatchDialog.on_userGroup_toggled" ID="HgQueuesNewPatchDialog.on_userGroup_toggled"></a> 206 <a NAME="HgQueuesNewPatchDialog.on_userGroup_toggled" ID="HgQueuesNewPatchDialog.on_userGroup_toggled"></a>
201 <h4>HgQueuesNewPatchDialog.on_userGroup_toggled</h4> 207 <h4>HgQueuesNewPatchDialog.on_userGroup_toggled</h4>
202 <b>on_userGroup_toggled</b>(<i>checked</i>) 208 <b>on_userGroup_toggled</b>(<i>checked</i>)
204 <p> 210 <p>
205 Private slot to handle changes of the user group state. 211 Private slot to handle changes of the user group state.
206 </p> 212 </p>
207 <dl> 213 <dl>
208 214
209 <dt><i>checked</i></dt> 215 <dt><i>checked</i> (bool)</dt>
210 <dd> 216 <dd>
211 flag giving the checked state (boolean) 217 flag giving the checked state
212 </dd> 218 </dd>
213 </dl> 219 </dl>
214 <div align="right"><a href="#top">Up</a></div> 220 <div align="right"><a href="#top">Up</a></div>
215 <hr /> 221 <hr />
216 </body></html> 222 </body></html>

eric ide

mercurial