155 </tr><tr> |
155 </tr><tr> |
156 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td> |
156 <td><a href="#PipPackagesWidget.__updateSearchButton">__updateSearchButton</a></td> |
157 <td>Private method to update the state of the search button.</td> |
157 <td>Private method to update the state of the search button.</td> |
158 </tr><tr> |
158 </tr><tr> |
159 <td><a href="#PipPackagesWidget.on_environmentsComboBox_currentIndexChanged">on_environmentsComboBox_currentIndexChanged</a></td> |
159 <td><a href="#PipPackagesWidget.on_environmentsComboBox_currentIndexChanged">on_environmentsComboBox_currentIndexChanged</a></td> |
160 <td>Private slot handling the selection of a conda environment.</td> |
160 <td>Private slot handling the selection of a Python environment.</td> |
161 </tr><tr> |
161 </tr><tr> |
162 <td><a href="#PipPackagesWidget.on_installButton_clicked">on_installButton_clicked</a></td> |
162 <td><a href="#PipPackagesWidget.on_installButton_clicked">on_installButton_clicked</a></td> |
163 <td>Private slot to handle pressing the Install button..</td> |
163 <td>Private slot to handle pressing the Install button..</td> |
164 </tr><tr> |
164 </tr><tr> |
165 <td><a href="#PipPackagesWidget.on_installUserSiteButton_clicked">on_installUserSiteButton_clicked</a></td> |
165 <td><a href="#PipPackagesWidget.on_installUserSiteButton_clicked">on_installUserSiteButton_clicked</a></td> |
527 Private method to update the state of the search button. |
527 Private method to update the state of the search button. |
528 </p><a NAME="PipPackagesWidget.on_environmentsComboBox_currentIndexChanged" ID="PipPackagesWidget.on_environmentsComboBox_currentIndexChanged"></a> |
528 </p><a NAME="PipPackagesWidget.on_environmentsComboBox_currentIndexChanged" ID="PipPackagesWidget.on_environmentsComboBox_currentIndexChanged"></a> |
529 <h4>PipPackagesWidget.on_environmentsComboBox_currentIndexChanged</h4> |
529 <h4>PipPackagesWidget.on_environmentsComboBox_currentIndexChanged</h4> |
530 <b>on_environmentsComboBox_currentIndexChanged</b>(<i>index</i>) |
530 <b>on_environmentsComboBox_currentIndexChanged</b>(<i>index</i>) |
531 <p> |
531 <p> |
532 Private slot handling the selection of a conda environment. |
532 Private slot handling the selection of a Python environment. |
533 </p><dl> |
533 </p><dl> |
534 <dt><i>index</i> (int)</dt> |
534 <dt><i>index</i> (int)</dt> |
535 <dd> |
535 <dd> |
536 index of the selected conda environment |
536 index of the selected Python environment |
537 </dd> |
537 </dd> |
538 </dl><a NAME="PipPackagesWidget.on_installButton_clicked" ID="PipPackagesWidget.on_installButton_clicked"></a> |
538 </dl><a NAME="PipPackagesWidget.on_installButton_clicked" ID="PipPackagesWidget.on_installButton_clicked"></a> |
539 <h4>PipPackagesWidget.on_installButton_clicked</h4> |
539 <h4>PipPackagesWidget.on_installButton_clicked</h4> |
540 <b>on_installButton_clicked</b>(<i></i>) |
540 <b>on_installButton_clicked</b>(<i></i>) |
541 <p> |
541 <p> |