747 string containing the test process output (if any) |
747 string containing the test process output (if any) |
748 </dd> |
748 </dd> |
749 </dl> |
749 </dl> |
750 <a NAME="TestingWidget.__testProcessFinished" ID="TestingWidget.__testProcessFinished"></a> |
750 <a NAME="TestingWidget.__testProcessFinished" ID="TestingWidget.__testProcessFinished"></a> |
751 <h4>TestingWidget.__testProcessFinished</h4> |
751 <h4>TestingWidget.__testProcessFinished</h4> |
752 <b>__testProcessFinished</b>(<i>results, output</i>) |
752 <b>__testProcessFinished</b>(<i>_results, output</i>) |
753 <p> |
753 <p> |
754 Private slot to handle the 'testFinished' signal of the executor. |
754 Private slot to handle the 'testFinished' signal of the executor. |
755 </p> |
755 </p> |
756 |
756 |
757 <dl> |
757 <dl> |
758 |
758 |
759 <dt><i>results</i> (list of TestResult)</dt> |
759 <dt><i>_results</i> (list of TestResult)</dt> |
760 <dd> |
760 <dd> |
761 list of test result objects (if not sent via the |
761 list of test result objects (if not sent via the |
762 'testResult' signal |
762 'testResult' signal) (unused) |
763 </dd> |
763 </dd> |
764 <dt><i>output</i> (str)</dt> |
764 <dt><i>output</i> (str)</dt> |
765 <dd> |
765 <dd> |
766 string containing the test process output (if any) |
766 string containing the test process output (if any) |
767 </dd> |
767 </dd> |
1000 button that was clicked |
1000 button that was clicked |
1001 </dd> |
1001 </dd> |
1002 </dl> |
1002 </dl> |
1003 <a NAME="TestingWidget.on_discoverCheckBox_toggled" ID="TestingWidget.on_discoverCheckBox_toggled"></a> |
1003 <a NAME="TestingWidget.on_discoverCheckBox_toggled" ID="TestingWidget.on_discoverCheckBox_toggled"></a> |
1004 <h4>TestingWidget.on_discoverCheckBox_toggled</h4> |
1004 <h4>TestingWidget.on_discoverCheckBox_toggled</h4> |
1005 <b>on_discoverCheckBox_toggled</b>(<i>checked</i>) |
1005 <b>on_discoverCheckBox_toggled</b>(<i>_checked</i>) |
1006 <p> |
1006 <p> |
1007 Private slot handling state changes of the 'discover' checkbox. |
1007 Private slot handling state changes of the 'discover' checkbox. |
1008 </p> |
1008 </p> |
1009 |
1009 |
1010 <dl> |
1010 <dl> |
1011 |
1011 |
1012 <dt><i>checked</i> (bool)</dt> |
1012 <dt><i>_checked</i> (bool)</dt> |
1013 <dd> |
1013 <dd> |
1014 state of the checkbox |
1014 state of the checkbox (unused) |
1015 </dd> |
1015 </dd> |
1016 </dl> |
1016 </dl> |
1017 <a NAME="TestingWidget.on_discoveryList_customContextMenuRequested" ID="TestingWidget.on_discoveryList_customContextMenuRequested"></a> |
1017 <a NAME="TestingWidget.on_discoveryList_customContextMenuRequested" ID="TestingWidget.on_discoveryList_customContextMenuRequested"></a> |
1018 <h4>TestingWidget.on_discoveryList_customContextMenuRequested</h4> |
1018 <h4>TestingWidget.on_discoveryList_customContextMenuRequested</h4> |
1019 <b>on_discoveryList_customContextMenuRequested</b>(<i>pos</i>) |
1019 <b>on_discoveryList_customContextMenuRequested</b>(<i>pos</i>) |
1271 reference to the parent widget |
1271 reference to the parent widget |
1272 </dd> |
1272 </dd> |
1273 </dl> |
1273 </dl> |
1274 <a NAME="TestingWindow.eventFilter" ID="TestingWindow.eventFilter"></a> |
1274 <a NAME="TestingWindow.eventFilter" ID="TestingWindow.eventFilter"></a> |
1275 <h4>TestingWindow.eventFilter</h4> |
1275 <h4>TestingWindow.eventFilter</h4> |
1276 <b>eventFilter</b>(<i>obj, event</i>) |
1276 <b>eventFilter</b>(<i>_obj, event</i>) |
1277 <p> |
1277 <p> |
1278 Public method to filter events. |
1278 Public method to filter events. |
1279 </p> |
1279 </p> |
1280 |
1280 |
1281 <dl> |
1281 <dl> |
1282 |
1282 |
1283 <dt><i>obj</i> (QObject)</dt> |
1283 <dt><i>_obj</i> (QObject)</dt> |
1284 <dd> |
1284 <dd> |
1285 reference to the object the event is meant for |
1285 reference to the object the event is meant for (unused) |
1286 </dd> |
1286 </dd> |
1287 <dt><i>event</i> (QEvent)</dt> |
1287 <dt><i>event</i> (QEvent)</dt> |
1288 <dd> |
1288 <dd> |
1289 reference to the event object |
1289 reference to the event object |
1290 </dd> |
1290 </dd> |