67 <td>Private slot to update the OK button.</td> |
67 <td>Private slot to update the OK button.</td> |
68 </tr> |
68 </tr> |
69 <tr> |
69 <tr> |
70 <td><a href="#HgStripDialog.getData">getData</a></td> |
70 <td><a href="#HgStripDialog.getData">getData</a></td> |
71 <td>Public method to retrieve the data for the strip action.</td> |
71 <td>Public method to retrieve the data for the strip action.</td> |
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#HgStripDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
75 <td>Private slot to handle changes of the Branch select button.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#HgStripDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
79 <td>Private slot to handle changes of the Branch combo.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#HgStripDialog.on_idButton_toggled">on_idButton_toggled</a></td> |
|
83 <td>Private slot to handle changes of the ID select button.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#HgStripDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> |
|
87 <td>Private slot to handle changes of the ID edit.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#HgStripDialog.on_numberButton_toggled">on_numberButton_toggled</a></td> |
|
91 <td>Private slot to handle changes of the Number select button.</td> |
|
92 </tr> |
|
93 <tr> |
|
94 <td><a href="#HgStripDialog.on_numberSpinBox_valueChanged">on_numberSpinBox_valueChanged</a></td> |
|
95 <td>Private slot to handle changes of the Number spin box.</td> |
|
96 </tr> |
|
97 <tr> |
|
98 <td><a href="#HgStripDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
99 <td>Private slot to handle changes of the Tag select button.</td> |
|
100 </tr> |
|
101 <tr> |
|
102 <td><a href="#HgStripDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
|
103 <td>Private slot to handle changes of the Tag combo.</td> |
|
104 </tr> |
72 </tr> |
105 </table> |
73 </table> |
106 <h3>Static Methods</h3> |
74 <h3>Static Methods</h3> |
107 |
75 |
108 <table> |
76 <table> |
185 <dt>Return Type:</dt> |
153 <dt>Return Type:</dt> |
186 <dd> |
154 <dd> |
187 tuple (str, str, bool, bool, bool) |
155 tuple (str, str, bool, bool, bool) |
188 </dd> |
156 </dd> |
189 </dl> |
157 </dl> |
190 <a NAME="HgStripDialog.on_branchButton_toggled" ID="HgStripDialog.on_branchButton_toggled"></a> |
|
191 <h4>HgStripDialog.on_branchButton_toggled</h4> |
|
192 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
193 |
|
194 <p> |
|
195 Private slot to handle changes of the Branch select button. |
|
196 </p> |
|
197 <dl> |
|
198 |
|
199 <dt><i>checked</i> (bool)</dt> |
|
200 <dd> |
|
201 state of the button |
|
202 </dd> |
|
203 </dl> |
|
204 <a NAME="HgStripDialog.on_branchCombo_editTextChanged" ID="HgStripDialog.on_branchCombo_editTextChanged"></a> |
|
205 <h4>HgStripDialog.on_branchCombo_editTextChanged</h4> |
|
206 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
207 |
|
208 <p> |
|
209 Private slot to handle changes of the Branch combo. |
|
210 </p> |
|
211 <dl> |
|
212 |
|
213 <dt><i>txt</i> (str)</dt> |
|
214 <dd> |
|
215 text of the combo |
|
216 </dd> |
|
217 </dl> |
|
218 <a NAME="HgStripDialog.on_idButton_toggled" ID="HgStripDialog.on_idButton_toggled"></a> |
|
219 <h4>HgStripDialog.on_idButton_toggled</h4> |
|
220 <b>on_idButton_toggled</b>(<i>checked</i>) |
|
221 |
|
222 <p> |
|
223 Private slot to handle changes of the ID select button. |
|
224 </p> |
|
225 <dl> |
|
226 |
|
227 <dt><i>checked</i> (bool)</dt> |
|
228 <dd> |
|
229 state of the button |
|
230 </dd> |
|
231 </dl> |
|
232 <a NAME="HgStripDialog.on_idEdit_textChanged" ID="HgStripDialog.on_idEdit_textChanged"></a> |
|
233 <h4>HgStripDialog.on_idEdit_textChanged</h4> |
|
234 <b>on_idEdit_textChanged</b>(<i>txt</i>) |
|
235 |
|
236 <p> |
|
237 Private slot to handle changes of the ID edit. |
|
238 </p> |
|
239 <dl> |
|
240 |
|
241 <dt><i>txt</i> (str)</dt> |
|
242 <dd> |
|
243 text of the edit |
|
244 </dd> |
|
245 </dl> |
|
246 <a NAME="HgStripDialog.on_numberButton_toggled" ID="HgStripDialog.on_numberButton_toggled"></a> |
|
247 <h4>HgStripDialog.on_numberButton_toggled</h4> |
|
248 <b>on_numberButton_toggled</b>(<i>checked</i>) |
|
249 |
|
250 <p> |
|
251 Private slot to handle changes of the Number select button. |
|
252 </p> |
|
253 <dl> |
|
254 |
|
255 <dt><i>checked</i> (bool)</dt> |
|
256 <dd> |
|
257 state of the button |
|
258 </dd> |
|
259 </dl> |
|
260 <a NAME="HgStripDialog.on_numberSpinBox_valueChanged" ID="HgStripDialog.on_numberSpinBox_valueChanged"></a> |
|
261 <h4>HgStripDialog.on_numberSpinBox_valueChanged</h4> |
|
262 <b>on_numberSpinBox_valueChanged</b>(<i>val</i>) |
|
263 |
|
264 <p> |
|
265 Private slot to handle changes of the Number spin box. |
|
266 </p> |
|
267 <dl> |
|
268 |
|
269 <dt><i>val</i> (int)</dt> |
|
270 <dd> |
|
271 value of the spin box |
|
272 </dd> |
|
273 </dl> |
|
274 <a NAME="HgStripDialog.on_tagButton_toggled" ID="HgStripDialog.on_tagButton_toggled"></a> |
|
275 <h4>HgStripDialog.on_tagButton_toggled</h4> |
|
276 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
277 |
|
278 <p> |
|
279 Private slot to handle changes of the Tag select button. |
|
280 </p> |
|
281 <dl> |
|
282 |
|
283 <dt><i>checked</i> (bool)</dt> |
|
284 <dd> |
|
285 state of the button |
|
286 </dd> |
|
287 </dl> |
|
288 <a NAME="HgStripDialog.on_tagCombo_editTextChanged" ID="HgStripDialog.on_tagCombo_editTextChanged"></a> |
|
289 <h4>HgStripDialog.on_tagCombo_editTextChanged</h4> |
|
290 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
291 |
|
292 <p> |
|
293 Private slot to handle changes of the Tag combo. |
|
294 </p> |
|
295 <dl> |
|
296 |
|
297 <dt><i>txt</i> (str)</dt> |
|
298 <dd> |
|
299 text of the combo |
|
300 </dd> |
|
301 </dl> |
|
302 <div align="right"><a href="#top">Up</a></div> |
158 <div align="right"><a href="#top">Up</a></div> |
303 <hr /> |
159 <hr /> |
304 </body></html> |
160 </body></html> |