src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html

branch
eric7
changeset 11265
0fb6d2c26cbf
parent 11128
04a9579c9c54
equal deleted inserted replaced
11264:6feb46361342 11265:0fb6d2c26cbf
338 <tr> 338 <tr>
339 <td><a href="#PipPackagesWidget.on_environmentsComboBox_currentTextChanged">on_environmentsComboBox_currentTextChanged</a></td> 339 <td><a href="#PipPackagesWidget.on_environmentsComboBox_currentTextChanged">on_environmentsComboBox_currentTextChanged</a></td>
340 <td>Private slot handling the selection of a Python environment.</td> 340 <td>Private slot handling the selection of a Python environment.</td>
341 </tr> 341 </tr>
342 <tr> 342 <tr>
343 <td><a href="#PipPackagesWidget.on_includeGlobalsButton_clicked">on_includeGlobalsButton_clicked</a></td>
344 <td>Private slot to handle a change of the 'Include Global Environments' button</td>
345 </tr>
346 <tr>
343 <td><a href="#PipPackagesWidget.on_installedFilesCheckBox_clicked">on_installedFilesCheckBox_clicked</a></td> 347 <td><a href="#PipPackagesWidget.on_installedFilesCheckBox_clicked">on_installedFilesCheckBox_clicked</a></td>
344 <td>Private slot to handle a change of the installed files information checkbox.</td> 348 <td>Private slot to handle a change of the installed files information checkbox.</td>
345 </tr> 349 </tr>
346 <tr> 350 <tr>
347 <td><a href="#PipPackagesWidget.on_localCheckBox_clicked">on_localCheckBox_clicked</a></td> 351 <td><a href="#PipPackagesWidget.on_localCheckBox_clicked">on_localCheckBox_clicked</a></td>
1122 <dt><i>name</i> (str)</dt> 1126 <dt><i>name</i> (str)</dt>
1123 <dd> 1127 <dd>
1124 name of the selected Python environment 1128 name of the selected Python environment
1125 </dd> 1129 </dd>
1126 </dl> 1130 </dl>
1131 <a NAME="PipPackagesWidget.on_includeGlobalsButton_clicked" ID="PipPackagesWidget.on_includeGlobalsButton_clicked"></a>
1132 <h4>PipPackagesWidget.on_includeGlobalsButton_clicked</h4>
1133 <b>on_includeGlobalsButton_clicked</b>(<i>checked</i>)
1134 <p>
1135 Private slot to handle a change of the 'Include Global Environments' button
1136 </p>
1137
1138 <dl>
1139
1140 <dt><i>checked</i> (bool)</dt>
1141 <dd>
1142 current check state
1143 </dd>
1144 </dl>
1127 <a NAME="PipPackagesWidget.on_installedFilesCheckBox_clicked" ID="PipPackagesWidget.on_installedFilesCheckBox_clicked"></a> 1145 <a NAME="PipPackagesWidget.on_installedFilesCheckBox_clicked" ID="PipPackagesWidget.on_installedFilesCheckBox_clicked"></a>
1128 <h4>PipPackagesWidget.on_installedFilesCheckBox_clicked</h4> 1146 <h4>PipPackagesWidget.on_installedFilesCheckBox_clicked</h4>
1129 <b>on_installedFilesCheckBox_clicked</b>(<i>checked</i>) 1147 <b>on_installedFilesCheckBox_clicked</b>(<i>checked</i>)
1130 <p> 1148 <p>
1131 Private slot to handle a change of the installed files information 1149 Private slot to handle a change of the installed files information

eric ide

mercurial