eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html

changeset 7075
e22ca9d9ac5f
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7074:7da5a5a14469 7075:e22ca9d9ac5f
287 <td>Private slot called by a button of the button box clicked.</td> 287 <td>Private slot called by a button of the button box clicked.</td>
288 </tr><tr> 288 </tr><tr>
289 <td><a href="#UnittestDialog.on_discoverCheckBox_toggled">on_discoverCheckBox_toggled</a></td> 289 <td><a href="#UnittestDialog.on_discoverCheckBox_toggled">on_discoverCheckBox_toggled</a></td>
290 <td>Private slot handling state changes of the 'discover' checkbox.</td> 290 <td>Private slot handling state changes of the 'discover' checkbox.</td>
291 </tr><tr> 291 </tr><tr>
292 <td><a href="#UnittestDialog.on_discoveryList_itemChanged">on_discoveryList_itemChanged</a></td>
293 <td>Private slot handling the user checking or unchecking an item.</td>
294 </tr><tr>
292 <td><a href="#UnittestDialog.on_discoveryList_itemDoubleClicked">on_discoveryList_itemDoubleClicked</a></td> 295 <td><a href="#UnittestDialog.on_discoveryList_itemDoubleClicked">on_discoveryList_itemDoubleClicked</a></td>
293 <td>Private slot handling the user double clicking an item.</td> 296 <td>Private slot handling the user double clicking an item.</td>
294 </tr><tr> 297 </tr><tr>
295 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td> 298 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td>
296 <td>Private slot to handle the highlighted signal.</td> 299 <td>Private slot to handle the highlighted signal.</td>
610 Private slot handling state changes of the 'discover' checkbox. 613 Private slot handling state changes of the 'discover' checkbox.
611 </p><dl> 614 </p><dl>
612 <dt><i>checked</i> (bool)</dt> 615 <dt><i>checked</i> (bool)</dt>
613 <dd> 616 <dd>
614 state of the checkbox 617 state of the checkbox
618 </dd>
619 </dl><a NAME="UnittestDialog.on_discoveryList_itemChanged" ID="UnittestDialog.on_discoveryList_itemChanged"></a>
620 <h4>UnittestDialog.on_discoveryList_itemChanged</h4>
621 <b>on_discoveryList_itemChanged</b>(<i>item, column</i>)
622 <p>
623 Private slot handling the user checking or unchecking an item.
624 </p><dl>
625 <dt><i>item</i> (QTreeWidgetItem)</dt>
626 <dd>
627 reference to the item
628 </dd><dt><i>column</i> (int)</dt>
629 <dd>
630 changed column
615 </dd> 631 </dd>
616 </dl><a NAME="UnittestDialog.on_discoveryList_itemDoubleClicked" ID="UnittestDialog.on_discoveryList_itemDoubleClicked"></a> 632 </dl><a NAME="UnittestDialog.on_discoveryList_itemDoubleClicked" ID="UnittestDialog.on_discoveryList_itemDoubleClicked"></a>
617 <h4>UnittestDialog.on_discoveryList_itemDoubleClicked</h4> 633 <h4>UnittestDialog.on_discoveryList_itemDoubleClicked</h4>
618 <b>on_discoveryList_itemDoubleClicked</b>(<i>item, column</i>) 634 <b>on_discoveryList_itemDoubleClicked</b>(<i>item, column</i>)
619 <p> 635 <p>

eric ide

mercurial